Home Knowledge Base Model Quantization

Model Quantization is the neural network compression technique that converts floating-point weights and activations to lower-precision integer representations (INT8, INT4, or binary) — reducing model size by 2-8×, accelerating inference by 2-4× on quantization-friendly hardware, and enabling deployment on edge devices with limited memory and compute.

Quantization Fundamentals:

Post-Training Quantization (PTQ):

Quantization-Aware Training (QAT):

Model quantization is the most deployment-impactful compression technique — INT8 quantization is now standard practice for inference serving, and INT4 quantization is rapidly maturing for LLM deployment, enabling models that previously required multiple GPUs to run on a single GPU or even edge devices.

model quantization int8 inferencepost training quantizationquantization aware trainingquantization calibration rangeweight activation quantization

Explore 500+ Semiconductor & AI Topics

From EUV lithography to CUDA optimization — search the full knowledge base or chat with our AI assistant.