Quantization: GPTQ vs AWQ
Compare post-training quantization models for squeezing massive LLMs onto standard GPUs.
Jul 2, 20261 min read
Search for a command to run...
Articles tagged with #quantization
Compare post-training quantization models for squeezing massive LLMs onto standard GPUs.
PTQ, QAT, INT8, INT4, and NF4 explained through timing, scope, and mapping choices.

A Colab-first Hugging Face guide to quantize open LLMs and run real inference code.
A practical comparison of GPTQ, AWQ, and NF4 quantization pipelines for LLM inference.
Cut GPU memory and latency by converting FP16 weights to INT8 or INT4 — without retraining from scratch.
