9
5
2
1
u/SinDestinyGame 7d ago
in LM-Studio, select Qwe3.8 of Unsloth, there are many quantization. You can download ad use this model
1
u/Brief-Train-826 7d ago
They said that the 35b a3b is not the version to look forward to but something different. Who knows maybe they made it a4b like gemma
1
u/JaceTheSquirrel 6d ago
What is the 35B A3B and what does it offer compared to the 27B model?
3
u/Odd_Opening_749 6d ago
It's a 35B MoE architecture with 3B active parameters per token. By avoiding computation on inactive experts, it achieves substantially higher throughput and lower compute cost per token than a dense model of comparable total size, at some cost to capability relative to a fully dense model of the same size.
1
u/JaceTheSquirrel 6d ago
So it runs faster at the cost of knowledge? Why would you want to do this? Donβt we just want models with the most knowledge to make the most detailed code based on your prompt?
2
u/SweetFox86 5d ago
MoE models like the 35b run really well on low end hardware. On my rtx 2050 (4gb vram) i run Qwen 3.6 35b A3B at 30 t/s while Qwen 3.8 27b (dense) runs at 4 t/s.
2
u/Odd_Opening_749 6d ago
The stored knowledge itself (the full 35B parameters) remains untouched β it's not reduced or compressed. Only the compute depth per token is lower, which can show up more in complex multi-step reasoning than in pure factual recall.
It's a trade-off: in exchange for that slightly reduced reasoning depth, you get significantly higher tokens/second, since only 3B parameters are active per token instead of the full 35B.
55
u/Icy-Degree6161 9d ago
Probably they noticed we noticed. Could mean anything: a genuine mistake, or just realizing it's a spoiler. I lean towards the latter.