GPTQ 4-bit quantization of
Qwen/Qwen3-Coder-Next, an 80B-parameter Mixture-of-Experts (MoE) coding model with 3B activated parameters per token.
All 73,728 MoE expert modules (512 experts x 3 projections x 48 layers) are quantized to INT4 using GPTQ. Non-expert modules remain at FP16 for quality preservation.
1vllm serve btbtyler09/Qwen3-Coder-Next-GPTQ-4bit \
2 --tensor-parallel-size 4 \
3 --trust-remote-code \
4 --quantization gptq \
5 --max-model-len 32768
This model supports tool calling via the Qwen3-Coder chat template. The quantized model includes:
1vllm serve btbtyler09/Qwen3-Coder-Next-GPTQ-4bit \
2 --tensor-parallel-size 4 \
3 --trust-remote-code \
4 --dtype float16 \
5 --enable-auto-tool-choice \
6 --tool-call-parser qwen3_coder