fix: set vLLM dtype to auto to resolve weight casting corruption

This commit is contained in:
SiriusClaw 2026-04-18 19:55:55 +00:00
parent bdf2e1d1a4
commit 576ba503b0

View file

@ -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"