Quantization
Fewer bits, same model — mostly: what gets quantized, the methods that made it routine, and how to check what it cost you.
Content last verified 2026-09.
Lessons
- Fewer Bits: What Quantization Is
- The Methods That Made It Routine
- What It Costs You — Measure, Don’t Assume
- Formats and Deployment
Sources
- Frantar et al. (2022) — GPTQ: Accurate Post-Training Quantization for Generative Pre-trained Transformers
- Lin et al. (2023) — AWQ: Activation-aware Weight Quantization for LLM Compression and Acceleration
- Dettmers et al. (2023) — QLoRA: Efficient Finetuning of Quantized LLMs
- Pope et al. (2022) — Efficiently Scaling Transformer Inference