Merge pull request #49 from sirius0xdev/fix/revert-a100-crashloop

Fix A100 crashloop by cleaning up invalid vllm args
This commit is contained in:
sirius0xdev 2026-04-20 19:47:56 -04:00 committed by GitHub
commit 9b30c142c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,16 +36,12 @@ spec:
- --host=0.0.0.0 - --host=0.0.0.0
- --port=8000 - --port=8000
- --tensor-parallel-size=1 - --tensor-parallel-size=1
- --gpu-memory-utilization=0.95 # ← Critical: lower than default 0.90 - --gpu-memory-utilization=0.95
- --max-model-len=24576 # Start conservative (you can raise to 32768 later) - --max-model-len=24576
- --enable-auto-tool-choice - --enable-auto-tool-choice
- --trust-remote-code - --trust-remote-code
- --dtype=auto - --dtype=auto
- --tool-call-parser=pythonic
- --reasoning-parser=qwen3
- --enable-prefix-caching - --enable-prefix-caching
- --enable-chunked-prefill
- --kv-cache-dtype=fp8
##- --limit-mm-per-prompt='{"image"=1, "video"=0}' # Optional: limit vision if not heavily using images yet ##- --limit-mm-per-prompt='{"image"=1, "video"=0}' # Optional: limit vision if not heavily using images yet
ports: ports:
- containerPort: 8000 - containerPort: 8000