Views
No views yet
--target-bpw) that distributes bits
across every tensor — including the hybrid DeltaNet/SSM tensors — to minimize
imatrix-weighted quantization error at the target size.| File | BPW | Size | wiki PPL ↓ | KL-mean ↓ | KL-99.9% ↓ | Use Case |
|---|---|---|---|---|---|---|
Qwen3.5-4B-Q8_0.gguf | 8.5 | 4.48 GB | 8.638 | 0.0028 | 0.073 | Near-lossless reference |
Qwen3.5-4B-Q6_K.gguf | 6.2 | 3.25 GB | 8.767 | 0.0125 | 0.396 | High quality |
Qwen3.5-4B-Q5_K_M.gguf | 5.1 | 2.71 GB | 9.176 | 0.0255 | 0.803 | Balanced quality and size |
Qwen3.5-4B-Q4_K_M.gguf | 5.0 | 2.61 GB | 9.246 | 0.0292 | 0.952 | Best quality-to-size ratio |
Qwen3.5-4B-Q3_K_S.gguf | 3.8 | 1.98 GB | 9.358 | 0.0978 | 3.583 | Maximum compression |
| Level | LP recipe KL-mean | BitClass3 KL-mean |
|---|---|---|
| Q3_K_S | 0.1525 | 0.0978 |
| Q4_K_M | 0.0352 | 0.0292 |
| Q5_K_M | 0.0258 | 0.0255 |
attn_qkv,
attn_gate, ssm_*) that a standard 7-suffix recipe leaves at the base type — and our
tensor-health scan shows those exact tensors are the statistical outliers of this
architecture.ssm_conv1d, shifted
ssm_alpha/beta/out, attn_qkv, attn_gate vs same-role peers) — covering them in the
allocation matters; ssm_conv1d itself is kept at F32 by llama.cpp.--target-bpw) assigns a quant type to every tensor to minimize total quantization
error at the target BPW, covering attention, FFN, and the hybrid DeltaNet/SSM tensors.llama-quantize.1hf download sh111111111111111/Qwen3.5-4B-BitClass3-GGUF \
2 Qwen3.5-4B-Q4_K_M.gguf --local-dir .
3
4llama-cli -m Qwen3.5-4B-Q4_K_M.gguf -cnv
5llama-server -m Qwen3.5-4B-Q4_K_M.gguf --port 8080Note: Qwen3.5 GGUFs are not currently runnable in Ollama (vision/mmproj handling is not yet supported there); use llama.cpp or LM Studio.
--target-bpw
(PR #15550). KLD via llama-perplexity --kl-divergence against BF16-source logits over
wikitext-2 (mean / median / 99.9th percentile reported; the single-token KL-max is
omitted as an unstable order statistic). wikitext-2 PPL via llama-perplexity -c 2048.
Downstream (HellaSwag / WinoGrande / ARC / MMLU) tracked internally.