Views
No views yet
Qwen3.6-35B-A3B-DSV4Pro-FP4 (a 35B parameter sparse Mixture-of-Experts model) produced using NVIDIA ModelOpt and formatted for native vLLM serving.Qwen3_5MoeForCausalLM)visual.*), vocabulary intact, MTP heads stripped (mtp.*)Critical Serving Note: While Group Size 128 (GS128) shrinks footprint further, the vLLM Marlin FP4 CUDA kernel (marlin_mm) only supports a group size of 16. Attempts to serve GS128 will result in a engine crash (Invalid thread config). Therefore, GS16 is the only viable serving configuration.
1vllm serve Cadododoom/qwen3.6-35b-a3b-modelopt-nvfp4 \
2 --served-model-name qwen3.6-35b-a3b-modelopt-nvfp4 \
3 --tensor-parallel-size 2 \
4 --quantization compressed-tensors \
5 --moe-backend marlin \
6 --attention-backend flashinfer \
7 --kv-cache-dtype fp8 \
8 --max-model-len 112000 \
9 --max-num-seqs 4 \
10 --max-num-batched-tokens 4096 \
11 --gpu-memory-utilization 0.96 \
12 --enable-prefix-caching \
13 --trust-remote-code \
14 --host 0.0.0.0 \
15 --port 30000