Skip to content

Commit

Permalink
perf: let bagel scale to zero (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
sambarnes committed Apr 4, 2024
1 parent 54cf516 commit 9c099b3
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 @@ -165,7 +165,6 @@ def __init__(self):
gpu=modal.gpu.A100(count=1, memory=40),
concurrent_inputs=4,
max_containers=1,
keep_warm=1,
max_model_len=8_000, # Reduced from original 200k
quantization="GPTQ",
dtype="float16", # vLLM errors when using dtype="auto" with this model
Expand Down

0 comments on commit 9c099b3

Please sign in to comment.