Fixed Bug Unlocks Qwen3.5 35B Potential
💡One bug fixed = 88% better coherence in top open MoE model on consumer GPU
⚡ 30-Second TL;DR
What Changed
Fixed ssm_conv1d.weight tensors in blocks 36/37 (60% scale anomaly)
Why It Matters
Restores full potential of advanced open-weight MoE model for local use. Highlights AdamW risks in recurrent hybrids like DeltaNet.
What To Do Next
Download fixed GGUF from LuffyTheFox/Qwen3.5-35B-A3B-Uncensored-FernflowerAI-GGUF and test long contexts.
Key Points
- •Fixed ssm_conv1d.weight tensors in blocks 36/37 (60% scale anomaly)
- •88.6% error reduction; coherent long conversations and code gen
- •MoE + DeltaNet model runs on RTX 3060 12GB
- •Upgraded system prompt and chat template provided
- •GGUF on Hugging Face: LuffyTheFox repo
🧠 Deep Insight
AI-generated analysis for this event — not the original article.
🔑 Enhanced Key Takeaways
- •The 'A3B' designation refers to a specific MoE (Mixture of Experts) configuration utilizing a 3-billion active parameter routing mechanism, which is critical for the model's ability to run on consumer-grade hardware like the RTX 3060.
- •The identified tensor anomaly in blocks 36/37 suggests a localized weight initialization or gradient clipping failure during the fine-tuning process, rather than a fundamental flaw in the base Qwen3.5 architecture.
- •Community-driven 'surgery' on model weights, such as this tensor scaling, is becoming a standard methodology for the local LLM community to salvage fine-tunes that exhibit 'model collapse' or repetitive behavior without requiring full retraining.
🛠️ Technical Deep Dive
- •Architecture: Hybrid MoE (Mixture of Experts) + DeltaNet, utilizing sparse activation to maintain low VRAM requirements.
- •Anomaly: Identified as a 60% scale deviation in ssm_conv1d.weight tensors, likely originating from an unstable fine-tuning run.
- •Correction Method: Post-training weight adjustment (tensor scaling) applied to specific transformer blocks (36 and 37) to normalize activation distributions.
- •Hardware Optimization: Designed for GGUF quantization, enabling inference on 12GB VRAM by leveraging the 3B active parameter constraint.
🔮 Future ImplicationsAI analysis grounded in cited sources
⏳ Timeline
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.
The weekly digest
One email a week. Unsubscribe anytime.