Skip to content

Commit

Permalink
perf: let noromaid mixtral scale to zero (#87)
Browse files Browse the repository at this point in the history
* perf: let noromaid mixtral scale to zero

* fix: change max container to 1 too
  • Loading branch information
sambarnes committed Apr 8, 2024
1 parent e0c3077 commit 5202823
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modal/runner/containers/vllm_unified.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,7 @@ def __init__(self):
model_name=_noromaid,
gpu=modal.gpu.A100(count=1, memory=40),
concurrent_inputs=4,
max_containers=3,
keep_warm=1,
max_containers=1,
quantization="GPTQ",
dtype="float16", # vLLM errors when using dtype="auto" with this model
)
Expand Down

0 comments on commit 5202823

Please sign in to comment.