davidberenstein1957 commited on
Commit
3b6084a
·
verified ·
1 Parent(s): 093b100

Add files using upload-large-folder tool

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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 [transformers](https://huggingface.co/PrunaAI/test-tiny-random-llama4-smashed?library=transformers) library to load the model or use the pruna library to load the model using the following code:
 
 
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