We reduce Qwen3.5-4B inference latency on a single A10G by quantizing both the target model and its speculative-decoding drafter to INT4, while maintaining quality across all three gates (MMLU-Pro, IFEval, GPQA-Diamond). This repository reproduces our 3rd-place Efficient Qwen Competition (
AdaptFM @ ICML 2026) entry end to end. It combines three techniques:
1vllm serve nota-ai/Qwen3.5-4B-QAD-W4A16 \
2 --quantization compressed-tensors \
3 --trust-remote-code
1@article{kim2026quantize,
2 title = {Quantize the Target, Quantize the Drafter: Efficient Inference with Qwen3.5-4B},
3 author = {Jaeyeon Kim and Jewon Lee and Bo-Kyeong Kim},
4 journal = {arXiv preprint arXiv:2607.04244},
5 year = {2026}
6}
Apache-2.0, derived from
Qwen/Qwen3.5-4B
(Apache-2.0) with INT4 initialization from
cyankiwi/Qwen3.5-4B-AWQ-4bit.
Distillation data derives from NVIDIA's
Nemotron-Post-Training-Dataset-v2 (gated;
see its terms).