IST-DASLab/gptq
Code for the ICLR 2023 paper "GPTQ: Accurate Post-training Quantization of Generative Pretrained Transformers". observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 1414
- days_rel: n/a
- days_push: 890
- n_releases_24m: 0
Adoption not part of the score
2360 stars · 207 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Reference implementation of GPTQ, a one-shot post-training weight quantization method for large generative transformer models based on approximate second-order information. It quantizes models like OPT, BLOOM, and LLaMA to 2/3/4 bits with minimal accuracy loss and includes CUDA kernels for fast quantized inference.
Use cases
- quantize a large language model to 4-bit or 3-bit weights
- run a 175B-parameter model on a single GPU
- compress OPT or BLOOM models with weight grouping
- evaluate perplexity of quantized language models
- benchmark quantized matrix-vector product CUDA kernels
- apply act-order and true-sequential quantization to LLaMA
When to choose
- you need research-grade GPTQ quantization of OPT, BLOOM, or LLaMA models
- you want to reproduce the ICLR 2023 GPTQ paper results
- you need fast 3-bit CUDA kernels for generative inference
When to avoid
- you need a maintained production quantization library with broad model support
- you want easy integration with modern inference frameworks
- you need quantization of non-transformer architectures
Facets
library · maturity maintenance
llm-inference machine-learning benchmarking gpu-computing large-language-models deep-learning machine-learning gpu-computing python cli quantization post-training-quantization model-compression transformers cuda-kernels research-code iclr-2023 gpu linux
6 sources
- readme: https://github.com/IST-DASLab/gptq · fetched 2026-08-28 · 82c8bcc1264b
- homepage: https://arxiv.org/abs/2210.17323 · fetched 2026-08-29 · a5080018a865
- 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 |
|---|---|---|
| IST-DASLab/gptq | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem