Skip to content

Commit

Permalink
perf: let noromaid mixtral scale to zero
Browse files Browse the repository at this point in the history
  • Loading branch information
sambarnes committed Apr 8, 2024
1 parent e0c3077 commit b63c288
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modal/runner/containers/vllm_unified.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ def __init__(self):
gpu=modal.gpu.A100(count=1, memory=40),
concurrent_inputs=4,
max_containers=3,
keep_warm=1,
quantization="GPTQ",
dtype="float16", # vLLM errors when using dtype="auto" with this model
)
Expand Down

0 comments on commit b63c288

Please sign in to comment.