Update README.md
Browse files
README.md
CHANGED
@@ -11,6 +11,7 @@ This is a version of the Mixtral-8x7B-Instruct-v0.1 model (https://huggingface.c
|
|
11 |
### Basic Usage
|
12 |
To run the model, install the HQQ library:
|
13 |
```
|
|
|
14 |
pip install hqq==0.1.8
|
15 |
pip install transformers==4.46.0
|
16 |
```
|
|
|
11 |
### Basic Usage
|
12 |
To run the model, install the HQQ library:
|
13 |
```
|
14 |
+
#This model is deprecated and requires older versions
|
15 |
pip install hqq==0.1.8
|
16 |
pip install transformers==4.46.0
|
17 |
```
|