mobicham commited on
Commit
459418c
·
verified ·
1 Parent(s): 0d828db

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -42,7 +42,9 @@ Here is a small screencast of the model running on RTX 4090
42
 
43
  ### Basic Usage
44
  To run the model, install the HQQ library:
 
45
  ```
 
46
  pip install hqq==0.1.8
47
  pip install transformers==4.46.0
48
  ```
 
42
 
43
  ### Basic Usage
44
  To run the model, install the HQQ library:
45
+
46
  ```
47
+ #This model is deprecated and requires older versions
48
  pip install hqq==0.1.8
49
  pip install transformers==4.46.0
50
  ```