I’ve tried various models to convert from, the biggest closest one was Qwen3 27B but need to check tensorRT llm errors i got, similar situation for Qwen3.6 27B. Will post more once have something reproducible as like the instructions from the gist.
Are you running Quantization in the GB10? Is it worth it? or more a learning exercise? I’m focusing on distilled or/and 30B parameter models then moving to eval then…
Hi, yes, quantizing on the GB10 is very powerful. However, if you want to preserve model quality, you can’t quantize every layer to NVFP4 , you need to do it carefully.
I successfully quantized a 27B mode in NVFP4 < here >.
If you’re interested, I also optimized the throughput using the DSpark paper, achieving around 18–20 tokens/s without any noticeable quality loss: < here >
It is not easy to quantize a model. Some cloude providers are serving abysmal NVFP4 quantized GLM-5.2 instances, while Unsloth’s IQ1_S quantization comfortably beating them. The secret sauce is to know which layer to quantize how.