mobicham commited on
Commit
f1b68e9
·
verified ·
1 Parent(s): 6f7b63a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -12,6 +12,7 @@ This model outperforms an fp16 LLama-2-13B (perplexity 4.13 vs. 4.63) for a comp
12
 
13
  To run the model, install the HQQ library:
14
  ```
 
15
  pip install hqq==0.1.8
16
  pip install transformers==4.46.0
17
  ```
 
12
 
13
  To run the model, install the HQQ library:
14
  ```
15
+ #This model is deprecated and requires older versions
16
  pip install hqq==0.1.8
17
  pip install transformers==4.46.0
18
  ```