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"
|
- "--dtype"
|
||||||
- "bfloat16"
|
- "bfloat16"
|
||||||
- "--max-model-len"
|
- "--max-model-len"
|
||||||
- "32768"
|
- "8192"
|
||||||
- "--trust-remote-code"
|
- "--trust-remote-code"
|
||||||
|
- "--gpu-memory-utilization"
|
||||||
|
- "0.95"
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8000
|
- containerPort: 8000
|
||||||
resources:
|
resources:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue