Ross ROSS = Recommend OSS · open-source software intelligence for agents

IST-DASLab/gptq

Code for the ICLR 2023 paper "GPTQ: Accurate Post-training Quantization of Generative Pretrained Transformers". observed · 2026-08-28

github.com/IST-DASLab/gptq · homepage · Python · Apache-2.0 (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
IST-DASLab/gptqmain32

For agents

markdown · JSON · MCP: product_card(name="IST-DASLab/gptq")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem