Update README.md
Browse files
README.md
CHANGED
|
@@ -31,7 +31,9 @@ This model was designed to get the best quality at a budget of ~13GB of VRAM. It
|
|
| 31 |
|
| 32 |
### Basic Usage
|
| 33 |
To run the model, install the HQQ library:
|
|
|
|
| 34 |
```
|
|
|
|
| 35 |
pip install hqq==0.1.8
|
| 36 |
pip install transformers==4.46.0
|
| 37 |
```
|
|
|
|
| 31 |
|
| 32 |
### Basic Usage
|
| 33 |
To run the model, install the HQQ library:
|
| 34 |
+
|
| 35 |
```
|
| 36 |
+
#This model is deprecated and requires older versions
|
| 37 |
pip install hqq==0.1.8
|
| 38 |
pip install transformers==4.46.0
|
| 39 |
```
|