chore: maximize vllm max_model_len on L4 to 32768

This commit is contained in:
Sirius Claw 2026-04-20 16:14:27 +00:00
parent 399d1a58ed
commit fb951600d7

View file

@ -34,8 +34,8 @@ spec:
- --host=0.0.0.0
- --port=8000
- --tensor-parallel-size=1
- --gpu-memory-utilization=0.90
- --max-model-len=16384
- --gpu-memory-utilization=0.95
- --max-model-len=32768
- --enable-auto-tool-choice
- --trust-remote-code
- --dtype=auto