Requesting FP8 for this model

#24
by NDugar - opened

Thanks for your contributions to open source, please share the FP8 weights for this model as well. And in case the process has no calibration step, please share script if possible.

Thank you.

FP8 weights for this model are now here: https://huggingface.co/Hob-forge/Qwen3.5-4B-FP8 (community, not official โ€” same format as Qwen's own *-FP8 releases).

And yes โ€” the process has no calibration step; it's a deterministic block-wise transform. The full script is published in that repo (quantize_fp8_block.py), including the --verify mode that dequant-compares every tensor against the BF16 original.

Sign up or log in to comment