#121 · Primary category: Inference & Local Deploy

pruna

ai computer-vision deep-learning diffusers diffusion-models hacktoberfest llm machine-learning optimization python speech-recognition transformers

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