FP8 or NVFP4 quantization, please

#27
by Duonglv - opened

This model is the strongest one under 8B.
Please quantize NVFP4 or FP8 for faster inference.
Thanks a lot.
@unsloth, @Nvidia

Not official, but we needed this too, so we made it: https://huggingface.co/Hob-forge/Qwen3.5-4B-FP8

It's FP8 in the exact format of Qwen's own *-FP8 releases (block-wise [128,128] e4m3, dynamic activations, weight_scale_inv scales), with module treatment mirroring Qwen3.5-27B-FP8 — so anything that serves their official FP8 checkpoints serves this one. Verified against the BF16 weights (max block-dequant rel err 3.6%, everything unquantized bit-identical) and smoke-tested with vLLM 0.19 on a Blackwell card. The conversion is deterministic — no calibration — and the script is included in the repo if you'd rather reproduce it yourself.

NVFP4 we're still evaluating (it needs a calibration pass and currently only serves on Blackwell-class hardware); if we can validate one honestly it'll appear as a sibling repo.

Sign up or log in to comment