fix: set vLLM dtype to auto to resolve weight casting corruption
This commit is contained in:
parent
bdf2e1d1a4
commit
576ba503b0
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ spec:
|
|||
- "--model"
|
||||
- "dphn/Dolphin-Mistral-24B-Venice-Edition" # Uncensored 24B (Native)
|
||||
- "--dtype"
|
||||
- "bfloat16"
|
||||
- "auto"
|
||||
- "--max-model-len"
|
||||
- "8192"
|
||||
- "--trust-remote-code"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue