vrfai/Qwen3.6-35B-A3B-NVFP4
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.
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:
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_fp4Quantization Script
The recipes and scripts used to quantize this model can be found in the following repository:
