Qwen3.5-9B-MTP-GGUF (unsloth)
Qwen3.5-9B 多模态模型,MTP 投机解码,本地快速运行
社区实测
Unsloth 的 Qwen3.5-9B GGUF 量化版本相比官方版本推理速度更快,12GB 显存即可流畅运行且延迟良好;量化鲁棒性强,TQ1_0 等低比特量化几乎无损保留原始精度,但 MMLU Pro 等世界知识类基准上仍有明显退化。
- 12GB 显存即可部署,延迟表现良好
- Unsloth 版本推理速度优于 lm-studio 及官方版本
- TQ1_0 量化几乎无损保留原始模型精度
- 工具调用和编程性能较此前版本有改进
- 兼容 llama.cpp、vLLM、SGLang、Unsloth Studio 等多种推理引擎
- Dynamic 2.0 量化方法进一步降低内存占用
- MMLU Pro 上退化最明显,世界知识有所损失
- 量化后模型与原始 16 位版本不完全等同
Qwen3.5 Unsloth GGUFs Update! - Reddit(Qwen3.5-9B) Unsloth vs lm-studio vs "official" : r/LocalLLaMA - Redditunsloth/Qwen3.5-9B-MTP-GGUF - Hugging FaceUnsloth Dynamic 2.0 GGUFs - Hacker NewsBenjamin Marie on X: "Here's a more complete evaluation of GGUF variants of Qwen3.5 (models by @UnslothAI ), and it's way better than I expected. - Qwen3.5 is very robust to Unsloth quantization - TQ1_0 preserves the original model's accuracy extremely well - Most of the degradation is on MMLU Pro https://t.co/Q5U2P9yq8b" / XSummary of Qwen3.5 GGUF Evaluations + My Evaluation Method
截至 2026-06-21
快速上手
git clone https://github.com/ggml-org/llama.cpp && cd llama.cpp && cmake -B build -DGGML_CUDA=ON && cmake --build build --target llama-server