This is a quantized version of
Qwen/Qwen3.5-9B. This model accepts text and images as inputs and generates text as outputs. The weights and activations were quantized to FP4 using
llm-compressor with 512 calibration samples from
nvidia/Nemotron-Post-Training-Dataset-v2, reducing the model size from 18.0 GB to 11.5 GB (~1.6x reduction) while maintaining 97.3% average accuracy recovery.
This model is supported in vLLM 0.17.0. To serve the model:
1vllm serve Kbenkhaled/Qwen3.5-9B-NVFP4 \
2 --reasoning-parser qwen3 \
3 --enable-prefix-caching
Evaluated with
lm-evaluation-harness, 0-shot, thinking mode ON.