Add files using upload-large-folder tool
Browse files
README.md
CHANGED
@@ -16,7 +16,9 @@ First things first, you need to install the pruna library:
|
|
16 |
pip install pruna
|
17 |
```
|
18 |
|
19 |
-
You can use the
|
|
|
|
|
20 |
|
21 |
```python
|
22 |
from pruna import PrunaModel
|
|
|
16 |
pip install pruna
|
17 |
```
|
18 |
|
19 |
+
You can [use the transformers library to load the model](https://huggingface.co/PrunaAI/test-tiny-random-llama4-smashed?library=transformers) but this might not include all optimizations by default.
|
20 |
+
|
21 |
+
To ensure that all optimizations are applied, use the pruna library to load the model using the following code:
|
22 |
|
23 |
```python
|
24 |
from pruna import PrunaModel
|