neuralmagic/LLM_compression_calibration
Viewer • Updated • 10k • 885 • 16
This is a mixed BF16-INT8 AWQ layer quantization, with working MTP (speculative decoding) via llmcompressor.
The "NM" in the name refers to "neuralmagic/LLM_compression_calibration" dataset used for this quant.
Fixed chat_template with "froggeric/Qwen-Fixed-Chat-Templates"
Working MTP with VLLM flag:
--speculative-config '{"method":"mtp","num_speculative_tokens":2}'
Tested with VLLM 0.19.1 and transformers 5.6.2
Recommended flags:
--enable-auto-tool-choice
--reasoning-parser qwen3
--tool-call-parser qwen3_xml
| Rank | Model / Dataset | HumanEval (Code) ↑ | Winogrande (Logic) ↑ | HellaSwag (Context) ↑ | WikiText (PPL) ↓ | Verdict |
|---|---|---|---|---|---|---|
| 1st | AWQ-NM (NeuralMagic) | 0.6768 | 0.7395 | 0.7820 | 9.6056 | Best All-Rounder |
| 2nd | AWQ-UC (Ultrachat) | 0.6768 | 0.7466 | 0.7814 | 9.6069 | Best for Chat/Reasoning |
| 3rd | AWQ-CK (CyanKiwi) | 0.6707 | 0.7427 | 0.7813 | 9.6054 | Highest Fidelity |
| 4th | Base (BF16) | 0.6890 | 0.7427 | 0.7813 | 9.6042 | Reference (Slow) |
Base model
Qwen/Qwen3.5-9B-Base