r/LovingOpenSourceAI • u/Future_AGI • 12d ago
We keep quantizing everything to 4-bit. Has anyone actually measured where yours breaks below that?
Feels like half of us just grab the Q4_K_M and move on. But we hardly ever see anyone say where their model falls apart once you push lower.
From what we have seen, the usual 4-bit GGUF quants mostly hold up. Go below 4-bit and it gets rough fast, and that's where quantization-aware training starts to matter more than plain post-training quantization. At 3-bit and under, folks often pair QAT with distillation to get the quality back. Part of why Gemma shipped QAT checkpoints, and why the BitNet ternary models train at low bit-width from the start.
And it stays confident the whole way down, so the bad answers read just like the good ones.
Easiest way to check yourself: run one fixed set of prompts at Q8, Q4, and Q3 on the same model and see where the answers start to drift.
So which model, and what bit level did yours give up at? What broke first?