mobicham commited on
Commit
49c60fb
·
verified ·
1 Parent(s): 72ac110

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
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
  ```