Audit reveals 64 GGUF quants mislabeled across 25 repos

Daxfortuna · reddit · 2026-08-29

An audit of 443 GGUF quantized models across 25 repos found that 64 have actual quantization types that differ from their filenames.

The Issue:

K-quants and i-quants require the first tensor dimension to be divisible by 256. When this condition isn't met, llama-quantize silently falls back to a compatible type (e.g., IQ4NL or Q40). This means models labeled as extremely low-bit (e.g., IQ2XXS) may actually have a bit-per-weight (bpw) closer to 4.5, offering far less compression than advertised.

Affected Models:

Clean Results:

MiniMax-M2.1, byteshape's Qwen3.6 quants, and bartowski's Ornith-1.5 showed zero forced tensors with accurate labeling.

Recommendation: When downloading low-bit quants where filenames cannot guarantee accuracy, it may be better to choose honestly labeled Q40 or IQ4NL rather than chasing advertised compression ratios.

Original post →

More from Infra

Infra channel →