Skip to content

Commit

Permalink
Update yaml files to use startupTimeout
Browse files Browse the repository at this point in the history
  • Loading branch information
mreso committed Sep 18, 2024
1 parent f6a6d9d commit 0a13ab0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/large_models/vllm/llama3/model-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
minWorkers: 1
maxWorkers: 1
maxBatchDelay: 100
responseTimeout: 1200
startupTimeout: 1200
deviceType: "gpu"
asyncCommunication: true

Expand Down
2 changes: 1 addition & 1 deletion examples/large_models/vllm/lora/model-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
minWorkers: 1
maxWorkers: 1
maxBatchDelay: 100
responseTimeout: 1200
startupTimeout: 1200
deviceType: "gpu"
asyncCommunication: true

Expand Down
2 changes: 1 addition & 1 deletion examples/large_models/vllm/mistral/model-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
minWorkers: 1
maxWorkers: 1
maxBatchDelay: 100
responseTimeout: 1200
startupTimeout: 1200
deviceType: "gpu"
asyncCommunication: true

Expand Down

0 comments on commit 0a13ab0

Please sign in to comment.