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

fix: adjust memory parameters to stop gibberish output
This commit is contained in:
sirius0xdev 2026-04-18 15:40:22 -04:00 committed by GitHub
commit bdf2e1d1a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,8 +32,10 @@ spec:
- "--dtype"
- "bfloat16"
- "--max-model-len"
- "32768"
- "8192"
- "--trust-remote-code"
- "--gpu-memory-utilization"
- "0.95"
ports:
- containerPort: 8000
resources: