This checkpoint is optimized for lower VRAM usage while maintaining high inference quality. It is intended for runtimes supporting NVIDIA ModelOpt quantization, such as
vLLM.
1python3 examples/llm_ptq/hf_ptq.py \
2 --pyt_ckpt_path /path/to/Qwen3.5-9B \
3 --recipe general/ptq/nvfp4_default-kv_fp8_cast \
4 --dataset nemotron-post-training-dataset-v2 \
5 --batch_size 1 \
6 --skip_generate \
7 --verbose \
8 --export_path /path/to/Qwen3.5-9B-NVFP4-FP8KV
Ask any AI, even this one :). I tested this checkpoint with vLLM and it worked well. It should also work with other runtimes that support NVIDIA ModelOpt checkpoints, such as Transformers, although I haven't tested those myself.
This repository only contains a post-training quantized checkpoint.
Credit for the original model, fine-tuning, abliteration, and Safetensors conversion goes to the respective upstream authors: