mit-han-lab/smoothquant
[ICML 2023] SmoothQuant: Accurate and Efficient Post-Training Quantization for Large Language Models observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 98
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 1385
- days_rel: n/a
- days_push: 782
- n_releases_24m: 0
Adoption not part of the score
1677 stars · 206 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
SmoothQuant is a training-free post-training quantization (PTQ) method that enables W8A8 (8-bit weight, 8-bit activation) quantization for large language models by migrating quantization difficulty from activations to weights. This repository provides the reference Python implementation, supporting models like OPT, BLOOM, GLM, Llama, Falcon, Mistral, and Mixtral with up to 1.56x speedup and 2x memory reduction.
Use cases
- quantize an LLM to int8 weights and activations without retraining
- reduce GPU memory usage for serving large language models
- speed up LLM inference with W8A8 quantization
- serve a 530B parameter model on a single node
- evaluate quantization accuracy on Llama, Falcon, Mistral, or Mixtral models
- integrate activation-smoothing quantization into an inference engine
When to choose
- you need training-free W8A8 quantization of large language models with minimal accuracy loss
- you want to reduce memory footprint and hardware costs for LLM serving
- you are researching or benchmarking post-training quantization methods for LLMs
When to avoid
- you need 4-bit or lower-bit quantization rather than 8-bit
- you require a production-maintained integration - use TensorRT-LLM, ONNX Runtime, or Neural-Compressor which have adopted SmoothQuant
- you are quantizing small models where activation outliers are not a problem
Facets
library · maturity maintenance
llm-inference machine-learning deep-learning large-language-models machine-learning deep-learning python quantization post-training-quantization w8a8 int8 model-compression inference-optimization research-paper gpu linux
6 sources
- readme: https://github.com/mit-han-lab/smoothquant · fetched 2026-08-28 · 6af10e2a4a7f
- homepage: https://arxiv.org/abs/2211.10438 · fetched 2026-08-29 · 4ea8851b899e
- site_page: https://info.arxiv.org/about/donate.html · fetched 2026-08-29 · cca9c3a11c56
- site_page: https://info.arxiv.org/about/ourmembers.html · fetched 2026-08-29 · 47cbc55ff1de
- site_page: https://info.arxiv.org/about · fetched 2026-08-29 · a1f16f915a9a
- site_page: https://info.arxiv.org/labs/index.html · fetched 2026-08-29 · b14a8d05a0ec
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| mit-han-lab/smoothquant | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="mit-han-lab/smoothquant")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem