Skip to content

Commit

Permalink
chore: add replicas field in all yamls
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao committed Jun 13, 2022
1 parent e022bd4 commit 29bd68a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions server/clip_server/hg-flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ executors:
metas:
py_modules:
- executors/clip_hg.py
replicas: 1
1 change: 1 addition & 0 deletions server/clip_server/onnx-flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ executors:
metas:
py_modules:
- executors/clip_onnx.py
replicas: 1
1 change: 1 addition & 0 deletions server/clip_server/tensorrt-flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ executors:
metas:
py_modules:
- executors/clip_tensorrt.py
replicas: 1
1 change: 1 addition & 0 deletions server/clip_server/torch-flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ executors:
metas:
py_modules:
- executors/clip_torch.py
replicas: 1

0 comments on commit 29bd68a

Please sign in to comment.