Qwen3.6-35B-A3B: Agentic coding power, now open to all
61–70 of 563 posts
Re: Qwen3.6-35B-A3B: Agentic coding power, now open to all
#62I recall a Qwen exec posted a public poll on Twitter, asking which model from Qwen3.6 you want to see open-sourced; and the 27b variant was by far the most popular choice. Not sure why they ignored it lol.
Re: Qwen3.6-35B-A3B: Agentic coding power, now open to all
#63What do all the numbers 6-35B-A3B mean?
Re: Qwen3.6-35B-A3B: Agentic coding power, now open to all
#64Earlier quoted context omitted.
It's a MoE model and the A3B stands for 3 Billion active parameters, like the recent Gemma 4. You can try to offload the experts on CPU with llama.cpp (--cpu-moe) and that should give you quite the extra context space, at a lower token generation speed.
Mac has unified memory, so 36GB is 36GB for everything- gpu,cpu.
Re: Qwen3.6-35B-A3B: Agentic coding power, now open to all
#65Earlier quoted context omitted.
i dont get it, mac has unified memory how would offloading experts to cpu help?
I bet the poster just didn’t remember that important detail about Macs, it is kind of unusual from a normal computer point of view. I wonder though, do Macs have swap, coupled unused experts be offloaded to swap?
Re: Qwen3.6-35B-A3B: Agentic coding power, now open to all
#66Earlier quoted context omitted.
It's a MoE model and the A3B stands for 3 Billion active parameters, like the recent Gemma 4. You can try to offload the experts on CPU with llama.cpp (--cpu-moe) and that should give you quite the extra context space, at a lower token generation speed.
Do I expect the same memory footprint from an N active parameters as from simply N total parameters?
Re: Qwen3.6-35B-A3B: Agentic coding power, now open to all
#67Already quantized/converted into a sane format by Unsloth: https://huggingface.co/unsloth/Qwen3.6-35B-A3B-GGUF
Re: Qwen3.6-35B-A3B: Agentic coding power, now open to all
#68Re: Qwen3.6-35B-A3B: Agentic coding power, now open to all
#69A relief to see the Qwen team still publishing open weights, after the kneecapping [1] and departures of Junyang Lin and others [2]! [1] https://news.ycombinator.com/item?id=47246746 [2] https://news.ycombinator.com/item?id=47249343
This is just one model in the Qwen 3.6 series. They will most likely release the other small sizes (not much sense in keeping them proprietary) and perhaps their 122A10B size also, but the flagship 397A17B size seems to have been excluded.
Re: Qwen3.6-35B-A3B: Agentic coding power, now open to all
#70What do all the numbers 6-35B-A3B mean?