CoolFace
Modelpublic

Abiray/Qwen3.6-27B-NVFP4

sourceHugging Faceapache-2.0updated 5mo agoView on Hugging Face
12likes125downloads
Model Card

Qwen3.6-27B-NVFP4

NVFP4 quantized version of Qwen/Qwen3.6-27B by Abiray using custom Blackwell NVFP4 GEMM kernels

55.6 GB → 19.7 GB (0.35x) with vision tower preserved in BF16.

NVFP4 Quantization Details

Base modelQwen/Qwen3.6-27B
QuantizationNVFP4 (W4A4 — weights FP4, activations FP4, scales FP8)
Formatcompressed-tensors (native vLLM support)
Toolvllm-project/llm-compressor + blackwell-geforce-nvfp4-gemm
Size19.7 GB (single safetensors shard)
RequiresNVIDIA Blackwell GPU (SM 120), vLLM >= 0.19

Recipe

yaml
QuantizationModifier:
  targets: [Linear]
  ignore: [lm_head, 're:.*visual.*', 're:.*mlp.gate$', 're:.*mlp.shared_expert_gate$']
  scheme: NVFP4