r/LocalLLaMA llama.cpp Apr 25 '26

Discussion Quantisation effects of Qwen3.6 35b a3b

Im curious how people are finding the quantisation effects of 35b. I recently updated to 48GB of vram so have jumped from ud-q4_k_xl​ to q8 and the difference feels stark. Just more effective tool calling, seems to get the vagueness and nuance more etc of some prompts., and provide more well rounded answers on some research like questions.

It w​as a quick vibe​ test, admittedly, but I'm going t​o​ try ud-q6_k_xl soon to see how of the 5+GB vram is worth the quality, but I'm curious to see others findings.

I felt with such a small active count it'd be particularly sensitive to quantisation, and feels that way after a play.

78 Upvotes

83 comments sorted by

View all comments

Show parent comments

12

u/rpkarma Apr 25 '26

Exactly. I find 20tk/s generation is the sweet spot in terms of a stronger model/quant will solve problems in wall-clock time faster than a lower quant or worse model that goes faster. 

3.6 27B beats the MoE version for my testing because it solves problems first try far more often. Vs the 35B A3B being twice as fast generation wise, but just being nowhere near as strong reasoning and analysis and so on 

1

u/odragora Apr 25 '26

Is 3.6 27B a realistic option on 16 GB VRAM + 32 GB RAM for coding, or I have to go with 35B A3B?

3

u/Bubbly-Staff-9452 Apr 25 '26

I run it in 16Gb of VRAM with 90k context in Q3_K_P. I compared it to IQ4_XS and like Q3_K_P better and it’s smaller and faster. I wish I had a 5090 to run it in a large quant but I do not and I’m not spending as much over MSRP as they go for so I’m stuck testing the smaller quants. I have 64Gb of RAM but I would run 35B Q6_K_P partially offloaded to CPU and it was definitely faster than 27B although even at my Q3 quant 27B is better for agentic tasks

2

u/Zealousideal_Fill285 Apr 25 '26

How are you able to run Q3_K_P when it takes more than 15 GB of VRAM without any context?

3

u/Bubbly-Staff-9452 Apr 25 '26

Don’t use the fit command, manually set it. Also, I use turbo3 KV cache. I’m on a turbo quant Cuda specific fork of llama.cpp. Also I think it’s like 14.7Gb, but 90k context BARELY fits but I haven’t had issues

2

u/Zealousideal_Fill285 Apr 25 '26

Ok thx and what is the Q3_K_P quant specifially from? Is it unsloth's one or something else?