Update README.md
Browse files
README.md
CHANGED
@@ -17,11 +17,24 @@ pinned: false
|
|
17 |
|
18 |
# Simply make AI models faster, cheaper, smaller, greener!
|
19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
[](https://twitter.com/PrunaAI)
|
21 |
[](https://github.com/PrunaAI)
|
22 |
[](https://www.linkedin.com/company/93832878/admin/feed/posts/?feedType=following)
|
23 |
[](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 |
[](https://twitter.com/PrunaAI)
|
37 |
[](https://github.com/PrunaAI)
|
38 |
[](https://www.linkedin.com/company/93832878/admin/feed/posts/?feedType=following)
|
39 |
[](https://discord.com/invite/rskEr4BZJx)
|
40 |
+
[](https://www.reddit.com/r/PrunaAI/)
|
|
|
|
|
|