What does AWQ mean in inference serving?
Activation-aware weight quantization uses activation statistics to identify weight channels that need extra protection. It applies calibrated scaling so salient channels incur less quantization error. A quantizer gathers representative activations, searches channel scales, and packs the resulting low-precision weights. Serving kernels must implement the same grouping and scaling layout.