Update README.md
Browse files
README.md
CHANGED
@@ -42,7 +42,9 @@ Here is a small screencast of the model running on RTX 4090
|
|
42 |
|
43 |
### Basic Usage
|
44 |
To run the model, install the HQQ library:
|
|
|
45 |
```
|
|
|
46 |
pip install hqq==0.1.8
|
47 |
pip install transformers==4.46.0
|
48 |
```
|
|
|
42 |
|
43 |
### Basic Usage
|
44 |
To run the model, install the HQQ library:
|
45 |
+
|
46 |
```
|
47 |
+
#This model is deprecated and requires older versions
|
48 |
pip install hqq==0.1.8
|
49 |
pip install transformers==4.46.0
|
50 |
```
|