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:
sirius0xdev 2026-04-18 15:57:11 -04:00 committed by GitHub
commit f2472307cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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"