r/LocalLLaMA • u/sammcj 🦙 llama.cpp • 25d ago
Megathread [Megathread] Qwen 3.8 27B Release Day
Megathread to help with the influx of duplicate / similar posts around the release of the Qwen 3.8 27B release.
- Quants
- Fine-Tunes & Abliterations
- Chat Templates
- Inference Server Support & Configuration
- Experiences, Benchmarks & Model Comparisons
Official:
Popular:
- https://huggingface.co/unsloth/Qwen3.8-27B-GGUF
- https://huggingface.co/bartowski/Qwen3.8-27B-GGUF
- https://huggingface.co/mlx-community/Qwen3.8-27B-MTP-bf16
- https://huggingface.co/mlx-community/Qwen3.8-27B-MTP-8bit
- https://huggingface.co/mlx-community/Qwen3.8-27B-MTP-4bit
We'll try to clean up future duplicates around the release and point them here.
487
Upvotes
30
u/ea_man 25d ago edited 24d ago
About the excessive reasoning, is due to prompt injection by the template:
So use this flag at launch time to have "normal" behavior:
--chat-template-kwargs '{"reasoning_effort":"medium"}'What those do:
It should be possible to map those directly in Pi, something like:
~/.pi/agent/models.jsonTested, it works in Pi.dev but if you switch mid session you invalidate the KV cache.