Views
No views yet
Qwen/Qwen3.6-35B-A3B (a Mamba-Attention Hybrid MoE model with 35B active parameters and 1M context length).W4A16_NVFP4 format using Nvidia ModelOpt. It is designed to be served natively under vLLM V1 with FP8 KV cache support.Qwen3_5ForCausalLMBase) in vLLM to natively support M-RoPE positional scaling. This retains 100% of the text model's context reasoning capabilities without needing to load or execute the heavy vision class wrappers.W4A16_NVFP4 block-wise schema (block size 16), reducing model size on disk by 50% (from 41.7 GB to 20.6 GB).1vllm serve Cadododoom/Qwen3.6-35B-A3B-TextOnly-FP4 \
2 --tensor-parallel-size 2 \
3 --quantization modelopt_fp4 \
4 --kv-cache-dtype fp8 \
5 --max-model-len 65536 \
6 --trust-remote-code