CoolFace
Modelpublic

vrfai/Qwen3.6-35B-A3B-NVFP4

sourceHugging Faceapache-2.0updated 4mo agoView on Hugging Face
3likes36downloads
Model Card

Qwen3.6-35B-A3B-NVFP4

<img width="400px" src="https://qianwen-res.oss-accelerate.aliyuncs.com/Qwen3.6/logo.png">

NVFP4 quantized version of Qwen/Qwen3.6-35B-A3B. Produced and maintained by vrfai.

Following the Qwen3.6 series, this model prioritizes stability and real-world utility, offering upgrades in Agentic Coding and Thinking Preservation.

Quantization Details

This model was quantized using NVIDIA ModelOpt (v0.39.0) with the NVFP4 algorithm. The configuration applies 4-bit float quantization to both weights and activations using a block size of 16.

PropertyValue
Base modelQwen/Qwen3.6-35B-A3B
Quant methodNVIDIA ModelOpt (NVFP4)
Weights4-bit float (group_size: 16)
Input activation4-bit float (group_size: 16)
Excluded layerslm_head, conv1d, shared_expert_gate

Quickstart

You can deploy this model efficiently using SGLang with the modelopt_fp4 quantization backend.

Serving with SGLang

Ensure you have SGLang installed. Launch the server using the following command:

bash
sglang serve \
  --model-path vrfai/Qwen3.6-35B-A3B-NVFP4 \
  --reasoning-parser qwen3 \
  --tensor-parallel-size 1 \
  --tool-call-parser qwen3_coder \
  --trust-remote-code \
  --quantization modelopt_fp4

Quantization Script

The recipes and scripts used to quantize this model can be found in the following repository: