Unsloth Qwen3.5 Quants Disable Thinking
๐กFix revealed: Enable thinking in Unsloth Qwen3.5 quants with one flag for local inference.
โก 30-Second TL;DR
What Changed
Reasoning disabled by default in Unsloth Qwen3.5 0.8B-9B GGUF quants
Why It Matters
This default change may surprise local LLM users expecting reasoning, but the simple flag fix enhances customization for efficient inference on small models.
What To Do Next
Add --chat-template-kwargs '{"enable_thinking":true}' when loading Unsloth Qwen3.5 GGUF models.
Key Points
- โขReasoning disabled by default in Unsloth Qwen3.5 0.8B-9B GGUF quants
- โขEnable thinking with --chat-template-kwargs '{"enable_thinking":true}' flag
- โขBartowski quants support thinking without extra parameters
- โขAffects small dense models only per Unsloth docs
๐ง Deep Insight
Background and context from public sources โ not the original article. 6 sources cited.
๐ Enhanced Key Takeaways
- โขQwen3 models have thinking enabled by default in transformers and vLLM via enable_thinking=True, generating
blocks for planning before answers[1][4]. - โขFine-tuning Qwen3.5 with mixed datasets can impair reasoning unless using tags like /think for reasoning examples and /no_think for non-reasoning ones[2].
- โขTo preserve reasoning during fine-tuning, datasets should contain at least 75% reasoning-style examples mixed with direct answers[3][4].
๐ ๏ธ Technical Deep Dive
- โขThinking mode in Qwen3.5 small models (0.8B-9B) is toggled via --chat-template-kwargs '{"enable_thinking":true}' in llama-server, generating
... blocks prior to final responses[1]. - โขNon-thinking mode skips chain-of-thought, providing direct answers without
blocks, suitable for general tasks[1][4]. - โขFine-tuning supports Dynamic 4-bit quantization (MXFP4_MOE) for memory efficiency, with MoE kernels enabled by default and router-layer fine-tuning disabled for stability[3].
- โขQwen3.5 supports context lengths up to 40960, but Unsloth recommends 2048 for testing, enabling 8x longer context fine-tuning[4].
๐ฎ Future ImplicationsAI analysis grounded in cited sources
โณ Timeline
๐ Sources (6)
Factual claims are grounded in the sources below. Forward-looking analysis is AI-generated interpretation.
Weekly AI Recap
Read this week's curated digest of top AI events โ
๐Related Updates
AI-curated news aggregator. All content rights belong to original publishers.
Original source: Reddit r/LocalLLaMA โ
This is a summary, not the original. Read the source, or get the weekly briefing.
Weekly AI briefing
One email a week. Unsubscribe anytime.

