turboderp/exllama
A more memory-efficient rewrite of the HF transformers implementation of Llama for use with quantized weights. observed · 2026-08-28
Health v2 · maintenance only
29/100
- Activity 0
- Release rhythm 35
- Longevity 86
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: 1217
- days_rel: n/a
- days_push: 1068
- n_releases_24m: 0
Adoption not part of the score
2936 stars · 220 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
ExLlama is a standalone Python/C++/CUDA implementation of the Llama architecture optimized for running 4-bit GPTQ quantized weights on modern NVIDIA GPUs. It serves as a memory-efficient, fast alternative to the Hugging Face transformers implementation for local LLM inference.
Use cases
- run quantized llama models on a consumer gpu
- load 4-bit gptq models with low vram usage
- fast local inference of llama on rtx 3090 or 4090
- build a local chatbot with a quantized language model
- benchmark inference speed of quantized llama models
- integrate llama inference into a python application
When to choose
- you have a modern NVIDIA GPU (RTX 30-series or newer) and want memory-efficient 4-bit GPTQ inference
- you need faster generation than HF transformers with quantized Llama weights
- you want a lightweight standalone library rather than a full inference framework
When to avoid
- you have an older GPU with poor FP16 support (Pascal or earlier) - AutoGPTQ or GPTQ-for-LLaMa are better fits
- you need AMD/ROCm support that is well tested and optimized
- you need a production-hardened, stable solution - the project is still a work in progress
Facets
library · maturity active
llm-inference machine-learning deep-learning large-language-models machine-learning gpu-computing python windows cross-platform gptq quantization llama 4-bit cuda inference-optimization gpu linux
1 source
- readme: https://github.com/turboderp/exllama · fetched 2026-08-28 · 54a077b845b8
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| turboderp/exllama | main | 29 |
For agents
markdown · JSON · MCP: product_card(name="turboderp/exllama")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem