What do all the numbers 6-35B-A3B mean?
3.6 is the release version for Qwen. This model is a mixture of experts (MoE), so while the total model size is big (35 billion parameters), each forward pass only activates a portion of the network that’s most relevant to your request (3 billion active parameters). This makes the model run faster, especially if you don’t have enough VRAM for the whole thing. The performance/intelligence is said to be about the same…
Qwen3.6-35B-A3B: Agentic coding power, now open to all
101–110 of 563 posts
Re: Qwen3.6-35B-A3B: Agentic coding power, now open to all
#102What kind of hardware (preferably non-Apple) can run this model? What about 122B?
122B is a more difficult proposition. (Also, keep in mind the 3.6 122B hasn't been released yet and might never be.) With 10B active parameters offloading will be slower - you'd probably want at least 4 channels of DDR5, or 3x 32GB GPUs, or a very expensive Nvidia Pro 6000 Blackwell.
Re: Qwen3.6-35B-A3B: Agentic coding power, now open to all
#103Re: Qwen3.6-35B-A3B: Agentic coding power, now open to all
#104Earlier quoted context omitted.
If you have to ask then your GPU is too small. With 16 GB you'll be only able to run a very compressed variant with noticable quality loss.
> If you have to ask then your GPU is too small. What's the minimum memory you need to run a decent model? Is it pretty much only doable by people running Macs with unified memory?
Re: Qwen3.6-35B-A3B: Agentic coding power, now open to all
#105What kind of hardware (preferably non-Apple) can run this model? What about 122B?
Fedora 43 and LM Studio with Vulkan llama.cpp
Re: Qwen3.6-35B-A3B: Agentic coding power, now open to all
#106Already quantized/converted into a sane format by Unsloth: https://huggingface.co/unsloth/Qwen3.6-35B-A3B-GGUF
How much VRAM does it need? I haven't run a local model yet, but I did recently pick up a 16GB GPU, before they were discontinued.
Precision Quantization Tag File Size
1-bit UD-IQ1_M 10 GB
2-bit UD-IQ2_XXS 10.8 GB
UD-Q2_K_XL 12.3 GB
3-bit UD-IQ3_XXS 13.2 GB
UD-Q3_K_XL 16.8 GB
4-bit UD-IQ4_XS 17.7 GB
UD-Q4_K_XL 22.4 GB
5-bit UD-Q5_K_XL 26.6 GB
16-bit BF16 69.4 GBRe: Qwen3.6-35B-A3B: Agentic coding power, now open to all
#107What kind of hardware (preferably non-Apple) can run this model? What about 122B?
You won't like it, but the answer is Apple. The reason is the unified memory. The GPU can access all 32gb, 64gb, 128gb, 256gb, etc. of RAM. An easy way (napkin math) to know if you can run a model based on it's parameter size is to consider the parameter size as GB that need to fit in GPU RAM. 35B model needs atleast 35gb of GPU RAM. This is a very simplified way of looking at it and YES, someone is going to say you…
I used this napkin math for image generation, since the context (prompts) were so small, but I think it's misleading at best for most uses.
Re: Qwen3.6-35B-A3B: Agentic coding power, now open to all
#108Already quantized/converted into a sane format by Unsloth: https://huggingface.co/unsloth/Qwen3.6-35B-A3B-GGUF
How much VRAM does it need? I haven't run a local model yet, but I did recently pick up a 16GB GPU, before they were discontinued.
Re: Qwen3.6-35B-A3B: Agentic coding power, now open to all
#109What kind of hardware (preferably non-Apple) can run this model? What about 122B?
Re: Qwen3.6-35B-A3B: Agentic coding power, now open to all
#110I 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.
The 27B model is dense. Releasing a dense model first would be terrible marketing, whereas 35A3B is a lot smarter and more quick-witted by comparison!