Views
No views yet
| Property | Value |
|---|---|
| Quantization | AWQ W4A16 (group_size=128, zero_point=True) |
| Size on disk | 18.6 GB |
| MTP head | Included (BF16, 0.85 GB) |
| Vision encoder | Removed (-0.92 GB) |
| Calibration | 128 samples, Pile validation |
| Metric | GPTQ W4A16 | This AWQ |
|---|---|---|
| Single 256 tok | 148.8 tok/s | 76.7 tok/s |
| MTP acceptance | 50% | 31% |
| Batch=4 agg | 410 tok/s | 313 tok/s |
1python -m vllm.entrypoints.openai.api_server \
2 --model j-a-a-a-y/Huihui-Qwen3.5-27B-abliterated-AWQ-W4A16 \
3 --served-model-name qwen3.5-27b \
4 --dtype float16 \
5 --quantization awq_marlin \
6 --speculative-config '{"method": "mtp", "num_speculative_tokens": 5}'