fix(vllm): update to recommended qwen3_coder tool parser, auto max-model-len, and latest image

Addresses tokenizer backend / parser mismatch on heretic-style Qwen3.5 models per model card recommendations.
This commit is contained in:
Sirius Claw 2026-04-22 06:32:35 +00:00
parent e7debc708c
commit 3133a3b32f

View file

@ -24,7 +24,7 @@ spec:
effect: "NoSchedule"
containers:
- name: vllm-brain
image: vllm/vllm-openai:v0.19.1-ubuntu2404
image: vllm/vllm-openai:latest
command: ["python3", "-m", "vllm.entrypoints.openai.api_server"]
env:
- name: HF_TOKEN
@ -36,12 +36,12 @@ spec:
- --tensor-parallel-size=1
- --gpu-memory-utilization=0.95
- --kv-cache-dtype=fp8
- --max-model-len=49152
- --max-model-len=auto
- --enable-auto-tool-choice
- --trust-remote-code
- --dtype=auto
- --enable-prefix-caching
- --tool-call-parser=hermes
- --tool-call-parser=qwen3_coder
- --reasoning-parser=qwen3
- --disable-custom-all-reduce