mobicham commited on
Commit
3fc412b
·
verified ·
1 Parent(s): e4f62be

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 LLama-2-70B-chat-hf model quantized to 2-bit via Half-Q
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
  ```