sharpenb commited on
Commit
04f8d63
·
verified ·
1 Parent(s): 0d90b4b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -4
README.md CHANGED
@@ -17,11 +17,24 @@ pinned: false
17
 
18
  # Simply make AI models faster, cheaper, smaller, greener!
19
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  [![Twitter](https://img.shields.io/twitter/follow/PrunaAI?style=social)](https://twitter.com/PrunaAI)
21
  [![GitHub](https://img.shields.io/github/followers/PrunaAI?label=Follow%20%40PrunaAI&style=social)](https://github.com/PrunaAI)
22
  [![LinkedIn](https://img.shields.io/badge/LinkedIn-Connect-blue)](https://www.linkedin.com/company/93832878/admin/feed/posts/?feedType=following)
23
  [![Discord](https://img.shields.io/badge/Discord-Join%20Us-blue?style=social&logo=discord)](https://discord.com/invite/rskEr4BZJx)
24
-
25
- [Pruna AI](https://www.pruna.ai/) makes, in one line of code, any AI model faster, cheaper, smaller, greener on any hardware. It covers CV, NLP, audio, graphs for predictive and generative AI.
26
-
27
- You can smash your own models by [installing pruna](https://docs.pruna.ai/en/latest/setup/pip.html).
 
17
 
18
  # Simply make AI models faster, cheaper, smaller, greener!
19
 
20
+ [Pruna AI](https://www.pruna.ai/) makes AI models faster, cheaper, smaller, greener with the `pruna` package.
21
+ - It supports **various models including CV, NLP, audio, graphs for predictive and generative AI**.
22
+ - It supports **various hardware including GPU, CPU, Edge**.
23
+ - It supports **various compression algortihms including quantization, pruning, distillation, caching, recovery, compilation** that can be **combined together**.
24
+ - You can either **play on your own** with smash/compression configurations or **let the smashing/compressing agent** find the optimal configuration **[Pro]**.
25
+ - You can **evaluate reliable quality and efficiency metrics** of your base vs smashed/compressed models.
26
+ You can set it up in minutes and compress your first models in few lines of code!
27
+
28
+
29
+ You can smash your own models by installing pruna with:
30
+ ```
31
+ pip install pruna[gpu]==0.1.3 --extra-index-url https://prunaai.pythonanywhere.com/
32
+ ```
33
+ For more details about installation and tutorials, you can check the [Pruna AI documentation](https://docs.pruna.ai/en/latest/setup/pip.html).
34
+
35
+ Join the Pruna AI community!
36
  [![Twitter](https://img.shields.io/twitter/follow/PrunaAI?style=social)](https://twitter.com/PrunaAI)
37
  [![GitHub](https://img.shields.io/github/followers/PrunaAI?label=Follow%20%40PrunaAI&style=social)](https://github.com/PrunaAI)
38
  [![LinkedIn](https://img.shields.io/badge/LinkedIn-Connect-blue)](https://www.linkedin.com/company/93832878/admin/feed/posts/?feedType=following)
39
  [![Discord](https://img.shields.io/badge/Discord-Join%20Us-blue?style=social&logo=discord)](https://discord.com/invite/rskEr4BZJx)
40
+ [![Reddit](https://img.shields.io/reddit/subreddit-subscribers/PrunaAI?style=social)](https://www.reddit.com/r/PrunaAI/)