sharpenb commited on
Commit
b96ca22
·
verified ·
1 Parent(s): acb3b3d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -8
README.md CHANGED
@@ -25,6 +25,12 @@ pinned: false
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
  | Use Case | Free Notebooks |
29
  |------------------------------------------------------------|----------------------------------------------------------------|
30
  | 3x Faster Stable Diffusion Models | ▶️ [Smash for free](https://colab.research.google.com/drive/1BZm6NtCsF2mBV4UYlRlqpTIpTmQgR0iQ?usp=sharing) |
@@ -37,14 +43,7 @@ You can set it up in minutes and compress your first models in few lines of code
37
  | Flux generation in a heartbeat, literally | ▶️ [Smash for free](https://colab.research.google.com/drive/18_iG0UXhD7OQR_CxSSsKFC8TLDsRw_9m?usp=sharing) |
38
  | Run your Flux model without an A100 | ▶️ [Smash for free](https://colab.research.google.com/drive/1i1iSITNgiOpschV-Nu5mfX-effwYV9sn?usp=sharing) |
39
 
40
-
41
- You can smash your own models by installing pruna with:
42
- ```
43
- pip install pruna[gpu]==0.1.3 --extra-index-url https://prunaai.pythonanywhere.com/
44
- ```
45
- For more details about installation and tutorials, you can check the [Pruna AI documentation](https://docs.pruna.ai/en/latest/setup/pip.html).
46
-
47
- Join the Pruna AI community!
48
  [![Twitter](https://img.shields.io/twitter/follow/PrunaAI?style=social)](https://twitter.com/PrunaAI)
49
  [![GitHub](https://img.shields.io/github/followers/PrunaAI?label=Follow%20%40PrunaAI&style=social)](https://github.com/PrunaAI)
50
  [![LinkedIn](https://img.shields.io/badge/LinkedIn-Connect-blue)](https://www.linkedin.com/company/93832878/admin/feed/posts/?feedType=following)
 
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
+ You can smash your own models by installing pruna with:
29
+ ```
30
+ pip install pruna[gpu]==0.1.3 --extra-index-url https://prunaai.pythonanywhere.com/
31
+ ```
32
+ For more details about installation and tutorials, you can check the [Pruna AI documentation](https://docs.pruna.ai/en/latest/setup/pip.html).
33
+
34
  | Use Case | Free Notebooks |
35
  |------------------------------------------------------------|----------------------------------------------------------------|
36
  | 3x Faster Stable Diffusion Models | ▶️ [Smash for free](https://colab.research.google.com/drive/1BZm6NtCsF2mBV4UYlRlqpTIpTmQgR0iQ?usp=sharing) |
 
43
  | Flux generation in a heartbeat, literally | ▶️ [Smash for free](https://colab.research.google.com/drive/18_iG0UXhD7OQR_CxSSsKFC8TLDsRw_9m?usp=sharing) |
44
  | Run your Flux model without an A100 | ▶️ [Smash for free](https://colab.research.google.com/drive/1i1iSITNgiOpschV-Nu5mfX-effwYV9sn?usp=sharing) |
45
 
46
+ **Join the Pruna AI community!**
 
 
 
 
 
 
 
47
  [![Twitter](https://img.shields.io/twitter/follow/PrunaAI?style=social)](https://twitter.com/PrunaAI)
48
  [![GitHub](https://img.shields.io/github/followers/PrunaAI?label=Follow%20%40PrunaAI&style=social)](https://github.com/PrunaAI)
49
  [![LinkedIn](https://img.shields.io/badge/LinkedIn-Connect-blue)](https://www.linkedin.com/company/93832878/admin/feed/posts/?feedType=following)