#11 · Primary category: Inference & Local Deploy

airllm

chinese-llm chinese-nlp finetune generative-ai instruct-gpt instruction-set llama llm lora open-models open-source open-source-models qlora

AirLLM 70B inference with single 4GB GPU

Project last updated:08/29/26

GitHub Stars

33.1K

Forks

3.5K

Contributors

10

License

Apache-2.0

Why we included this project

Running a 70B model usually means renting a big GPU, but AirLLM takes a different path: it cuts inference memory so hard that the same model fits on a single 4GB card, without quantizing, distilling, or pruning, so the weights stay untouched. The trick scales too. Sparse MoE checkpoints like DeepSeek-V3 and Kimi K3 stream one expert at a time instead of a whole layer, which is how a 2.8T-parameter model can run in under 4GB and Llama 3.1 405B fits on 8GB. For developers and small teams who want to try frontier-scale open models on hardware they already own, that removes a real barrier. Just know it is an inference library, not a full serving stack, so you will be wiring it into your own pipeline.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category