Asymmetric quantization of
sailing-lab/SR2AM-v1.0-30B (Qwen3-MoE, 48 layers, 128 experts, top-8) using the strategy popularized by
antirez/ds4: aggressively quantize the bulky routed-expert FFN tensors and keep the rest at higher precision so the whole model fits on a 24 GB consumer GPU at full speed.
Imatrix calibration: 100 chunks × 512 tokens from
bartowski calibration_datav3.
vs. source BF16 GGUF (58.3 GB, 16.01 BPW) → 6.5× compression.
Comparable to published Qwen3-30B-A3B-Thinking-2507 BF16 numbers on MATH500 (~85–90 %); ~5–10 point delta at 2.50 BPW is in line with what asymmetric MoE quants achieve on reasoning benchmarks.
1llama-server \
2 -m SR2AM-v1.0-30B-IQ2XXS-asym.gguf \
3 -ngl 99 \
4 -c 40960 \
5 --jinja
1{
2 "messages": [...],
3 "max_tokens": 32768,
4 "temperature": 0.6,
5 "top_p": 0.95,
6 "top_k": 20,
7 "min_p": 0.0,
8 "presence_penalty": 1.0
9}