lyogavin/airllm
AirLLM 70B inference with single 4GB GPU observed · 2026-08-28
Health v2 · maintenance only
96/100
- Activity 99
- Release rhythm 98
- Longevity 84
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: 20
- age_days: 1178
- days_rel: 15
- days_push: 7
- n_releases_24m: 4
Adoption not part of the score
32573 stars · 3447 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
AirLLM is a Python library that dramatically reduces LLM inference memory usage by streaming model layers (and MoE experts) from disk, enabling 70B models to run on a single 4GB GPU without quantization, distillation, or pruning. It supports models like Llama 3.1 405B, DeepSeek-V3, Qwen, and Kimi K3 on consumer hardware.
Use cases
- run a 70B LLM on a 4GB GPU
- run 405B Llama 3.1 on 8GB VRAM
- run DeepSeek-V3 671B on ~12GB of memory
- run large open-source models without quantization
- do LLM inference on consumer GPUs
- run large models on a Mac
- fine-tune with QLoRA on limited VRAM
When to choose
- you have limited GPU VRAM but lots of system RAM or disk
- you want to run huge models without quantizing them
- inference speed is not a priority
- you want to experiment with the largest open-source models on consumer hardware
When to avoid
- you need fast, production-grade inference throughput
- you have enough VRAM to fit the model normally
- you need batch serving of many concurrent requests
- you want the lowest latency possible
Facets
library · maturity active
llm-inference machine-learning deep-learning large-language-models machine-learning artificial-intelligence python windows memory-optimization model-layer-streaming low-vram llama qwen deepseek chinese-nlp lora qlora gpu linux macos
2 sources
- readme: https://github.com/lyogavin/airllm · fetched 2026-08-28 · a9b1925a0ce5
- registry_pypi: https://pypi.org/pypi/airllm/json · fetched 2026-08-29 · 2b504468f9ed
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| lyogavin/airllm | main | 96 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem