RUNLOCALAIv38
→WILL IT RUNBEST GPUCOMPARETROUBLESHOOTSTARTPULSEMODELSHARDWARETOOLSBENCH
RUNLOCALAI

Operator-grade instrument for local-AI hardware intelligence. Hand-written verdicts. Real benchmarks. Reproducible commands.

OP·Fredoline Eruo
DIR
  • Models
  • Hardware
  • Tools
  • Benchmarks
  • Will it run?
GUIDES
  • Best GPU
  • Best laptop
  • Best Mac
  • Best used GPU
  • Best budget GPU
  • Best GPU for Ollama
  • Best GPU for SD
  • AI PC build $2K
  • CUDA vs ROCm
  • 16 vs 24 GB
  • Compare hardware
  • Custom compare
REF
  • Systems
  • Ecosystem maps
  • Pillar guides
  • Methodology
  • Glossary
  • Errors KB
  • Troubleshooting
  • Resources
  • Public API
EDITOR
  • About
  • About the author
  • Changelog
  • Latest
  • Updates
  • Submit benchmark
  • Send feedback
  • Trust
  • Editorial policy
  • How we make money
  • Contact
LEGAL
  • Privacy
  • Terms
  • Sitemap
MAIL · MONTHLY DIGEST
Get monthly local AI changes
Monthly recap. No spam.
DISCLOSURE

Some links on this site are affiliate links (Amazon Associates and other first-class retailers). When you buy through them, we earn a small commission at no extra cost to you. Affiliate links do not influence our verdicts — there are cards we rate highly that we don't have affiliate relationships with, and cards that sell well that we refuse to recommend. Read more →

SYS · ONLINEUPTIME · 100%2026 · operator-owned
RUNLOCALAI · v38
Glossary / Training & optimization / GPTQ
Training & optimization

GPTQ

GPTQ (Generative Pre-trained Transformer Quantization) is a one-shot post-training quantization method that uses approximate second-order information (the inverse Hessian) to choose quantization values that minimize per-layer reconstruction error. Predates AWQ; was the dominant 4-bit format from 2023-2024 before AWQ overtook it for most NVIDIA serving.

In 2026, GPTQ is still relevant where: (1) the model only ships with GPTQ quants and AWQ isn't available, (2) you're running ExLlamaV2 (which uses GPTQ-derived EXL2 quants natively), (3) you need 3-bit quantization (more aggressive than AWQ's 4-bit floor). For new production deployments on vLLM, AWQ is generally the better choice; GPTQ is supported but the kernel optimization receives less attention.

Operator-honest comparison: GPTQ tends to ~3-5% quality loss vs FP16; AWQ targets ~2%. On throughput, AWQ is typically 5-15% faster on vLLM. On model coverage, GPTQ has a longer tail of available checkpoints because it was the first widely-adopted 4-bit method. For NVIDIA-only single-stream throughput (consumer cards), ExLlamaV2 with EXL2 quants (GPTQ-lineage) often beats AWQ — but lacks the production-serving stack vLLM provides.

Related terms

GGUFQuantizationAWQEXL2

See also

tool: vllmtool: exllamav2tool: tensorrt-llm

Reviewed by Fredoline Eruo. See our editorial policy.

Buyer guides
  • Best GPU for local AI →
When it doesn't work
  • Quantization quality loss →
  • GGUF tokenizer mismatch →