Qwen's 2.4T-parameter Qwen3.8 model sparks local AI frenzy — 95B active
Qwen3.8-2.4T-A95B pushes local LLM enthusiasts to the edge — can you run it?
Alibaba's Qwen team has dropped Qwen3.8-2.4T-A95B, a sparse Mixture-of-Experts (MoE) model that packs 2.4 trillion total parameters while activating only 95 billion per token. This design keeps inference costs far lower than a dense model of equivalent size, but running it locally still demands heroic hardware—roughly 200-400GB of memory depending on quantization, plus coordinated multi-GPU setups or high-bandwidth CPU inference.
The Reddit post, addressed to 'fellow crazies' who have wrestled with Llama-70B, Mistral 8x22B, and DeepSeek V2/V3, captures the DIY spirit of the local LLM community. The author notes that Qwen3.8 is actually smaller than KimiK3 but may be just as hard to run, and challenges other enthusiasts to figure out how to deploy it. Practical questions about electricity costs and API break-even are dismissed as 'irrelevant.' For professionals, this signals that open-weight frontier models are growing beyond commodity hardware, making quantized, distributed inference and cloud GPU rental increasingly essential. Expect tools like llama.cpp, exo, and vLLM to add support quickly, but don't expect a single consumer GPU to handle it anytime soon.
- Qwen3.8-2.4T-A95B is a sparse MoE with 2.4T total params, 95B active — 25x fewer active weights per token
- Local inference requires ~200-400GB RAM, pushing enthusiasts toward multi-GPU clusters or high-bandwidth CPU setups
- Follows DeepSeekV4Pro and GLM5.2, confirming a trend of ultra-large open-weight models that stress local hardware limits
Why It Matters
Open-weight models are outgrowing consumer hardware, forcing professionals to adopt distributed inference and rethink local AI economics.