Skip to content

Part 4 · Quantization

Why quantization raises throughput, what precision it costs, and how to choose a method in the real world.

What this part covers

KV-cache quantization connects directly back to KV cache.

Lessons

Part 4 complete

All four lessons are written, each with a two-way-linked interview question — the principles (basics, schemes) and the applied half (method families, the hands-on INT4 lab). Hand-written CUDA kernels stay out of scope (ADR-0002); spending the freed VRAM on concurrency is Part 5. All vLLM flags/APIs are verified via Context7 (ADR-0004); the baseline is vLLM 0.26.0. See the Glossary for the quantization vocabulary and the Interview Bank for the linked questions.