A safetensors conversion of
HauhauCS/Qwen3.5-9B-Uncensored-HauhauCS-Aggressive (GGUF) to work with frameworks that don't support GGUF or split GGUF format (vLLM, transformers, etc..).
Note for vLLM users: As of vLLM
0.18.1, reasoning is enabled by default for qwen3 family of models. To disable add
--default-chat-template-kwargs '{"enable_thinking": false}' flag to your serve startup; otherwise leave default to keep reasoning enabled.
The vision encoder weights are copied directly from the official
Qwen/Qwen3.5-9B base model, after confirming the vision encoder (
mmproj) was not modified in the source GGUF.
Every converted tensor was compared against the official Qwen3.5-9B weights to verify transform conversiion correctness and characterize the moddifications made by the GGUF author. Since this is a BF16 -> BF16 conversion, after correcting transforms errors from GGUF noise; any non-zero difference represents an intentional modification to the weights.