Merge pull request #15 from sirius0xdev/fix/vllm-dtype-auto
fix: set vLLM dtype to auto to stop weight corruption
This commit is contained in:
commit
f2472307cf
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ spec:
|
||||||
- "--model"
|
- "--model"
|
||||||
- "dphn/Dolphin-Mistral-24B-Venice-Edition" # Uncensored 24B (Native)
|
- "dphn/Dolphin-Mistral-24B-Venice-Edition" # Uncensored 24B (Native)
|
||||||
- "--dtype"
|
- "--dtype"
|
||||||
- "bfloat16"
|
- "auto"
|
||||||
- "--max-model-len"
|
- "--max-model-len"
|
||||||
- "8192"
|
- "8192"
|
||||||
- "--trust-remote-code"
|
- "--trust-remote-code"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue