add tools to vllm
This commit is contained in:
parent
2d8e4b9476
commit
28e701e27f
1 changed files with 3 additions and 0 deletions
|
|
@ -44,6 +44,9 @@ spec:
|
||||||
- --disable-custom-all-reduce
|
- --disable-custom-all-reduce
|
||||||
- --trust-remote-code
|
- --trust-remote-code
|
||||||
- --dtype=auto
|
- --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
|
##- --limit-mm-per-prompt='{"image"=1, "video"=0}' # Optional: limit vision if not heavily using images yet
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8000
|
- containerPort: 8000
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue