add tools to vllm

This commit is contained in:
sirius0xdev 2026-04-19 23:33:43 +00:00
parent 2d8e4b9476
commit 28e701e27f

View file

@ -44,6 +44,9 @@ spec:
- --disable-custom-all-reduce
- --trust-remote-code
- --dtype=auto
- --tool-call-parser qwen3_xml
- --reasoning-parser qwen3
- --enable-prefix-caching
##- --limit-mm-per-prompt='{"image"=1, "video"=0}' # Optional: limit vision if not heavily using images yet
ports:
- containerPort: 8000