Views
No views yet
| Field | Main branch | gs128 branch |
|---|---|---|
| Base | Qwen/Qwen3.6-27B | Qwen/Qwen3.6-27B |
| Method | AutoRound (intel/auto-round), custom recipe | AutoRound (intel/auto-round), default recipe |
| Scheme | W8A16 | W8A16 |
| Bits | 8 | 8 |
| Group size | -1 | 128 |
| Symmetric | yes | yes |
| Unquantized layers | visual, mtp, linear_attn, embed_tokens, lm_head | visual, mtp, [object Object], linear_attn, embed_tokens, lm_head |
| Calibration samples | 128 | 128 |
| Iterations | 1000 | 200 |
| Batch size | 8 | 8 |
| torch.compile | enabled | enabled |
| Size | 36.8GB | 38.8GB |
| GPU used for quant | 2× RTX 3090 | 2× RTX 3090 |
| Metric @ctx 512 | Value |
|---|---|
| Mean KLD | 0.00167 ± 0.00022 |
| Median KLD | 0.000567 |
| P90 / P95 / P99 KLD | 0.00207 / 0.00297 / 0.00781 |
| P99.9 / Max KLD | 0.0490 / 18.72 |
| Top-1 Agreement | 98.51% |
| PPL (Base → Quantized) | 7.7415 → 7.7410 |
| ln(PPL Ratio) | -0.000076 |
vllm serve ./Qwen3.6-27B-INT8-AutoRound \
--tensor-parallel-size 2 \
--attention-backend FLASHINFER \
--performance-mode interactivity \
--max-model-len auto \
--max-num-batched-tokens 2048 \
--max-num-seqs 1 \
--gpu-memory-utilization 0.932 \
--compilation-config '{"mode":"VLLM_COMPILE","cudagraph_capture_sizes":[3]}' \
-O3 \
--async-scheduling \
--language-model-only \
--tool-call-parser qwen3_coder \
--reasoning-parser qwen3 \
--enable-auto-tool-choice \
--speculative-config '{"method":"mtp","num_speculative_tokens":2}' \
--default-chat-template-kwargs.preserve_thinking true \
--mamba-cache-mode all \
--mamba-block-size 8 \
--enable-prefix-caching \
--enable-chunked-prefill