PrunaAI/pruna
Pruna is a model optimization framework built for developers, enabling you to deliver faster, more efficient models with minimal overhead. observed · 2026-09-03
Health v2 · maintenance only
84/100
- Activity 100
- Release rhythm 89
- Longevity 38
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: 19.0
- age_days: 540
- days_rel: 72
- days_push: 0
- n_releases_24m: 17
Adoption not part of the score
1275 stars · 102 forks observed · 2026-09-03
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Pruna is an open-source Python model optimization framework that makes AI models faster, smaller, cheaper, and greener via caching, quantization, pruning, distillation, and compilation techniques. It works with popular model stacks like transformers and diffusers and is maintained by Pruna AI, which also offers hosted performance-model endpoints.
Use cases
- speed up inference of my huggingface model
- quantize a diffusion model to reduce memory
- compress an LLM with pruning and distillation
- make my text-to-image model generate faster
- reduce GPU cost for model serving
- benchmark model speed and quality after optimization
- shrink a speech recognition model for deployment
When to choose
- you want a unified API to apply multiple compression techniques (quantization, caching, pruning, distillation, compilation) to transformers or diffusers models
- you need to trade off speed, size, cost, and quality for inference in Python on GPU
- you want to optimize open-source models yourself rather than use a hosted API
When to avoid
- you need training-time optimization or fine-tuning acceleration rather than inference compression
- you want a fully managed inference API without managing models yourself (consider Pruna's hosted endpoints instead)
- your model is not based on a supported stack like transformers or diffusers
Facets
library · maturity active
machine-learning llm-inference image-processing speech-recognition benchmarking machine-learning deep-learning large-language-models computer-vision image-processing performance python cross-platform model-optimization quantization pruning distillation model-compression inference-acceleration diffusion-models transformers huggingface gpu linux
9 sources
- readme: https://github.com/PrunaAI/pruna · fetched 2026-09-03 · 9758bfe3f325
- homepage: https://docs.pruna.ai · fetched 2026-08-29 · ec07fd84fc95
- site_page: https://docs.pruna.ai/en/stable/docs_pruna_endpoints/index.html · fetched 2026-08-29 · f3444d9e1641
- site_page: https://docs.pruna.ai/en/stable/docs_pruna_endpoints/performance_models/p-image-ideogram.html · fetched 2026-08-29 · 6a6e0c5f8cb3
- site_page: https://docs.pruna.ai/en/stable/docs_pruna_endpoints/performance_models/p-image.html · fetched 2026-08-29 · 104fc2be1d2c
- site_page: https://docs.pruna.ai/en/stable/docs_pruna_endpoints/performance_models/p-image-edit.html · fetched 2026-08-29 · 3a64cbe3cf10
- site_page: https://docs.pruna.ai/en/stable/docs_pruna_endpoints/performance_models/p-image-try-on.html · fetched 2026-08-29 · f7387418e115
- site_page: https://docs.pruna.ai/en/stable/docs_pruna_endpoints/performance_models/p-image-upscale.html · fetched 2026-08-29 · 47d21f95fd15
- site_page: https://docs.pruna.ai/en/stable/docs_pruna_endpoints/performance_models/p-video.html · fetched 2026-08-29 · 1ea70774290a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| PrunaAI/pruna | main | 84 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem