fix vllm args

This commit is contained in:
sirius0xdev 2026-04-18 22:08:56 +00:00
parent 2fbd6bdf81
commit 3a924b4a10

View file

@ -44,7 +44,7 @@ spec:
- --disable-custom-all-reduce
- --trust-remote-code
- --dtype=auto
- --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:
- containerPort: 8000
resources: