Update README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ pinned: false
|
|
19 |
|
20 |
# π Join the Pruna AI community!
|
21 |
[](https://twitter.com/PrunaAI)
|
22 |
-
[](https://www.linkedin.com/company/93832878/admin/feed/posts/?feedType=following)
|
24 |
[](https://discord.com/invite/rskEr4BZJx)
|
25 |
[](https://www.reddit.com/r/PrunaAI/)
|
@@ -38,24 +38,24 @@ You can set it up in minutes and compress your first models in few lines of code
|
|
38 |
----
|
39 |
|
40 |
# β© How to get started?
|
41 |
-
You can smash your own models by installing pruna with:
|
42 |
```
|
43 |
pip install pruna
|
44 |
```
|
|
|
|
|
45 |
You can start with simple notebooks to experience efficiency gains with:
|
46 |
|
47 |
| Use Case | Free Notebooks |
|
48 |
|------------------------------------------------------------|----------------------------------------------------------------|
|
49 |
-
| **3x Faster Stable Diffusion Models** | β© [Smash for free](https://colab.research.google.com/
|
50 |
-
| **
|
51 |
-
| **
|
52 |
-
| **
|
53 |
-
| **
|
54 |
-
| **
|
55 |
-
| **
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
For more details about installation and tutorials, you can check the [Pruna AI documentation](https://docs.pruna.ai/).
|
60 |
|
61 |
----
|
|
|
19 |
|
20 |
# π Join the Pruna AI community!
|
21 |
[](https://twitter.com/PrunaAI)
|
22 |
+
[](https://github.com/PrunaAI/pruna)
|
23 |
[](https://www.linkedin.com/company/93832878/admin/feed/posts/?feedType=following)
|
24 |
[](https://discord.com/invite/rskEr4BZJx)
|
25 |
[](https://www.reddit.com/r/PrunaAI/)
|
|
|
38 |
----
|
39 |
|
40 |
# β© How to get started?
|
41 |
+
You can smash your own models by installing pruna with pip:
|
42 |
```
|
43 |
pip install pruna
|
44 |
```
|
45 |
+
or directly [from source](https://github.com/PrunaAI/pruna).
|
46 |
+
|
47 |
You can start with simple notebooks to experience efficiency gains with:
|
48 |
|
49 |
| Use Case | Free Notebooks |
|
50 |
|------------------------------------------------------------|----------------------------------------------------------------|
|
51 |
+
| **3x Faster Stable Diffusion Models** | β© [Smash for free](https://colab.research.google.com/github/PrunaAI/pruna/blob/main/docs/tutorials/sd_deepcache.ipynb) |
|
52 |
+
| **Making your LLMs 4x smaller** | β© [Smash for free](https://colab.research.google.com/github/PrunaAI/pruna/blob/main/docs/tutorials/llms.ipynb) |
|
53 |
+
| **Smash your model with a CPU only** | β© [Smash for free](https://colab.research.google.com/github/PrunaAI/pruna/blob/main/docs/tutorials/cv_cpu.ipynb) |
|
54 |
+
| **Transcribe 2 hours of audio in less than 2 minutes with Whisper** | β© [Smash for free](https://colab.research.google.com/github/PrunaAI/pruna/blob/main/docs/tutorials/asr_tutorial.ipynb) |
|
55 |
+
| **100% faster Whisper Transcription** | β© [Smash for free](https://colab.research.google.com/github/PrunaAI/pruna/blob/main/docs/tutorials/asr_whisper.ipynb) |
|
56 |
+
| **Run your Flux model without an A100** | β© [Smash for free](https://colab.research.google.com/github/PrunaAI/pruna/blob/main/docs/tutorials/flux_small.ipynb) |
|
57 |
+
| **x2 smaller Sana in action** | β© [Smash for free](https://colab.research.google.com/github/PrunaAI/pruna/blob/main/docs/tutorials/sana_diffusers_int8.ipynb) |
|
58 |
+
|
59 |
+
For more details about installation, free tutorials and Pruna Pro tutorials, you can check the [Pruna AI documentation](https://docs.pruna.ai/).
|
|
|
|
|
60 |
|
61 |
----
|