Update README.md
Browse files
README.md
CHANGED
@@ -12,6 +12,7 @@ This model outperforms an fp16 LLama-2-13B (perplexity 4.13 vs. 4.63) for a comp
|
|
12 |
|
13 |
To run the model, install the HQQ library:
|
14 |
```
|
|
|
15 |
pip install hqq==0.1.8
|
16 |
pip install transformers==4.46.0
|
17 |
```
|
|
|
12 |
|
13 |
To run the model, install the HQQ library:
|
14 |
```
|
15 |
+
#This model is deprecated and requires older versions
|
16 |
pip install hqq==0.1.8
|
17 |
pip install transformers==4.46.0
|
18 |
```
|