Views
No views yet

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.| Property | Value |
|---|---|
| Base model | Qwen/Qwen3.6-35B-A3B |
| Quant method | NVIDIA ModelOpt (NVFP4) |
| Weights | 4-bit float (group_size: 16) |
| Input activation | 4-bit float (group_size: 16) |
| Excluded layers | lm_head, conv1d, shared_expert_gate |
modelopt_fp4 quantization backend.1sglang serve \
2 --model-path vrfai/Qwen3.6-35B-A3B-NVFP4 \
3 --reasoning-parser qwen3 \
4 --tensor-parallel-size 1 \
5 --tool-call-parser qwen3_coder \
6 --trust-remote-code \
7 --quantization modelopt_fp4