Discussion about this post

User's avatar
Cerebex's avatar

While saving VRAM is obviously good, I have had endless issues with NVFP4 quants for agentic coding. They work well for smaller contexts and a limited number of turns, but often break down at some point with looping, miss-spellings, confusion and other weirdness compared to the original `Qwen/Qwen3.6-27B-FP8` on vLLM. For example the speed of `rdtand/Qwen3.6-27B-PrismaSCOUT-Blackwell-NVFP4-BF16-vllm` was really excellent on an RTX PRO 6000, but it started to misspell specific words after a while, and this caused chaos in the produced commands and code, with the agent repeatedly correcting itself.

So my question is, am I leaving useful quality on the table by using NVFP4 or even FP8 compared to say BF16 for Qwen3.6-27B? The benchmarks show minimal differences, yet my anecdotal experiences tell me that as the number of "turns" increase in an agentic workflow, the quantization artifacts stack up.

Btw, could Mix-Quant (https://arxiv.org/html/2605.20315v1) be helpful here?

There is also Quant-Claw: https://arxiv.org/html/2604.22577v1

Are there practical routes to use them in OpenCode or something similar?

tasti's avatar

I worked with claude to build a basic quantization tool based on a lot of your writing around the qwen model and autoround. Lots of fun and learning, thank you so much for these articles!!

No posts

Ready for more?