johnrachwanpruna commited on
Commit
0bd4b00
1 Parent(s): 6c44637

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -51,7 +51,7 @@ Detailed efficiency metrics coming soon!
51
 
52
  You can run the smashed model with these steps:
53
 
54
- 0. Check requirements from the original repo 22h/open-cabrita3b installed. In particular, check python, cuda, and transformers versions.
55
  1. Make sure that you have installed quantization related packages.
56
  ```bash
57
  pip install transformers accelerate bitsandbytes>0.37.0
@@ -81,7 +81,7 @@ The configuration info are in `smash_config.json`.
81
 
82
  ## Credits & License
83
 
84
- The license of the smashed model follows the license of the original model. Please check the license of the original model 22h/open-cabrita3b before using this model which provided the base model. The license of the `pruna-engine` is [here](https://pypi.org/project/pruna-engine/) on Pypi.
85
 
86
  ## Want to compress other models?
87
 
 
51
 
52
  You can run the smashed model with these steps:
53
 
54
+ 0. Check requirements from the original repo google/gemma-1.1-2b-it installed. In particular, check python, cuda, and transformers versions.
55
  1. Make sure that you have installed quantization related packages.
56
  ```bash
57
  pip install transformers accelerate bitsandbytes>0.37.0
 
81
 
82
  ## Credits & License
83
 
84
+ The license of the smashed model follows the license of the original model. Please check the license of the original model google/gemma-1.1-2b-it before using this model which provided the base model. The license of the `pruna-engine` is [here](https://pypi.org/project/pruna-engine/) on Pypi.
85
 
86
  ## Want to compress other models?
87