Merge pull request #13 from sirius0xdev/fix/vllm-trust-remote-code

fix: add trust-remote-code to vLLM args
This commit is contained in:
sirius0xdev 2026-04-18 15:08:07 -04:00 committed by GitHub
commit aa40f87885
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,6 +33,7 @@ spec:
- "bfloat16"
- "--max-model-len"
- "32768"
- "--trust-remote-code"
ports:
- containerPort: 8000
resources: