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:
commit
bdf2e1d1a4
1 changed files with 3 additions and 1 deletions
|
|
@ -32,8 +32,10 @@ spec:
|
|||
- "--dtype"
|
||||
- "bfloat16"
|
||||
- "--max-model-len"
|
||||
- "32768"
|
||||
- "8192"
|
||||
- "--trust-remote-code"
|
||||
- "--gpu-memory-utilization"
|
||||
- "0.95"
|
||||
ports:
|
||||
- containerPort: 8000
|
||||
resources:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue