mobicham commited on
Commit
363ac59
·
verified ·
1 Parent(s): 9d52878

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -9,6 +9,7 @@ This is a version of the Mixtral-8x7B-v0.1 model (https://huggingface.co/mistral
9
  ### Basic Usage
10
  To run the model, install the HQQ library:
11
  ```
 
12
  pip install hqq==0.1.8
13
  pip install transformers==4.46.0
14
  ```
 
9
  ### Basic Usage
10
  To run the model, install the HQQ library:
11
  ```
12
+ #This model is deprecated and requires older versions
13
  pip install hqq==0.1.8
14
  pip install transformers==4.46.0
15
  ```