#121 · Primary category: Inference & Local Deploy
pruna
Pruna is a model optimization framework built for developers, enabling you to deliver faster, more efficient models with minimal overhead.
Project last updated:08/27/26
GitHub Stars
1.3K
Forks
103
Contributors
37
License
Apache-2.0
Why we included this project
Pruna suits teams whose transformer, diffusion, or speech models are close to shipping but struggle with latency, memory, or GPU bills. It packs quantization, pruning, distillation, caching, and hardware compilation behind a single smash() call, so you can stack several optimizations on one model instead of gluing together separate libraries. The API stays small: load a pretrained model as usual, pass a config listing the techniques you want, and get back an optimized version that still behaves like the original. An evaluation interface reports what the compressed model actually lost, which matters before you trust it in production.
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
ollama
Get up and running with Kimi-K2.6, GLM-5.2, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.
llama.cpp
LLM inference in C/C++
vllm
A high-throughput and memory-efficient inference and serving engine for LLMs
gpt4all
GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.
LocalAI
LocalAI is the open-source AI engine. Run any model - LLMs, vision, voice, image, video - on any hardware. No GPU required.