LLM quantization

AWQ

AWQ: Activation-aware Weight Quantization for LLM Compression and Acceleration

Heavily superseded#2 of 80 most-superseded · first seen Jun 1, 2023

Heavily superseded — a standard baseline that newer methods routinely beat

9 papers critique it · 15 beat it on benchmarks

What papers say

Verbatim critique sentences, each from a paper that cites AWQ as a baseline.

However, if the scaling factor is too large, it will increase the quantization loss of non-outlier weights, while if the scaling factor is too small, it cannot protect these outlier weights well.
SEPTQ: A Simple and Effective Post-Training Quantization Paradigm for Large Language Models
Most works only focus on optimizing distribution transformation or weight clipping ranges ~awq, outlier-plus, shao2023omniquant. While being straightforward, they prove inadequate for extremely low-bit scenarios due to the constrained optimization space.
TesseraQ: Ultra Low-Bit LLM Post-Training Quantization with Block Reconstruction
while AWQ falls apart at even 2.15 bits omniquant and OmniQuant produces unusable models at 2 bits, produces high quality models that are close to OmniQuant 3 bit models.
QuIP#: Even Better LLM Quantization with Hadamard Incoherence and Lattice Codebooks
as these techniques do not involve gradient-based optimization, unless task-specific calibration data is utilized, they can suffer substantial accuracy degradation on more challenging benchmarks, particularly text generation
LFQ: Logit-aware Final-block Quantization for Boosting the Generation Quality of Low-Bit Quantized LLMs
existing PTQ approaches for LLMs minimize the layer-wise reconstruction loss while treating all tokens uniformly lin2023awq,frantar2022gptq,li2025gptqv2, without accounting for token-level informativeness or importance. Such a token-agnostic design inevitably biases the quantized model toward dominant but redundant visual features
VLMQ: Efficient Post-Training Quantization for Large Vision-Language Models via Hessian Augmentation
We further observe that generic PTQ methods such as GPTQ and AWQ suffer significant performance degradation under W4A16, highlighting the challenge of directly applying standard quantization techniques to VGGT.
QVGGT: Post-Training Quantized Visual Geometry Grounded Transformer
we observe that GPTQ consistently outperforms AWQ across most tasks
Quantization Meets dLLMs: A Systematic Study of Post-training Quantization for Diffusion LLMs
For example, awq determine the scaling coefficients based on the magnitude of the activations.
Exploring Model Invariance with Discrete Search for Ultra-Low-Bit Quantization
SmoothQuant and AWQ algorithms also require calibration data to perform quantization.
AdpQ: A Zero-shot Calibration Free Adaptive Post Training Quantization Method for LLMs

Beaten on benchmarks

Head-to-head results where a newer method reports beating AWQ. Values are copied from the source paper's tables — verify against the cited paper.

What to use instead

Recent methods in the same sub-problem, not yet superseded in the knowledge base — arXiv benchmark leaders, not vetted production recommendations.