Views
No views yet
短思考版 Qwen3.8-27B —— 保留推理质量,压缩思考长度 Short-thinking Qwen3.8-27B — keep reasoning quality, compress thinking length
| 文件 | 大小 | Attention | 定位 |
|---|---|---|---|
Qwen3.8-27B-ShortThink-NVFP4-MLP-Q4K-attn.gguf | 15.9 GB | Q4_K | 🚀 最小最快 |
Qwen3.8-27B-ShortThink-NVFP4-MLP-Q5K-attn.gguf | 16.6 GB | Q5_K | 速度优先 |
Qwen3.8-27B-ShortThink-NVFP4-MLP-Q6K-attn.gguf | 17.4 GB | Q6_K | ⚖️ 平衡推荐 |
Qwen3.8-27B-ShortThink-NVFP4-MLP-Q8_0-attn.gguf | 19.1 GB | Q8_0 | 质量优先 |
mmproj-F16.gguf | 0.86 GB | — | 视觉投影(多模态用) |
1# 文本推理
2llama-server -m Qwen3.8-27B-ShortThink-NVFP4-MLP-Q6K-attn.gguf \
3 --jinja -c 16384 -ngl 99 -fa on
4
5# 多模态推理(加视觉投影)
6llama-server -m Qwen3.8-27B-ShortThink-NVFP4-MLP-Q6K-attn.gguf \
7 --mmproj mmproj-F16.gguf --jinja -c 16384 -ngl 99 -fa onreasoning_effort 档位(low/medium/high/xhigh),与 Qwen3.8 官方行为一致。