#35 · Primary category: Inference & Local Deploy

PowerInfer

large-language-models llama llm llm-inference local-inference

High-speed Large Language Model Serving for Local Deployment

Project last updated:05/11/26

GitHub Stars

9.8K

Forks

597

Contributors

399

License

MIT

Why we included this project

PowerInfer targets the awkward middle of local AI work: a machine with a single consumer GPU where a full server setup is overkill. It exploits activation locality, the observation that most token generation depends on a small set of consistently active 'hot' neurons. Those get preloaded onto the GPU, while the rarer 'cold' neurons are computed on the CPU, which keeps VRAM pressure and CPU-GPU data transfer low enough to serve something like Falcon-40B on one RTX 4090 at usable speeds. People coming from llama.cpp will recognize the interface, since most example workflows carry over and it loads llama.cpp model weights. That makes it a practical option for local serving and prototyping on limited hardware, and for poking at sparse ReLU-based models.

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