mobicham commited on
Commit
2f1f95d
·
verified ·
1 Parent(s): 5f4deec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -31,7 +31,9 @@ This model was designed to get the best quality at a budget of ~13GB of VRAM. It
31
 
32
  ### Basic Usage
33
  To run the model, install the HQQ library:
 
34
  ```
 
35
  pip install hqq==0.1.8
36
  pip install transformers==4.46.0
37
  ```
 
31
 
32
  ### Basic Usage
33
  To run the model, install the HQQ library:
34
+
35
  ```
36
+ #This model is deprecated and requires older versions
37
  pip install hqq==0.1.8
38
  pip install transformers==4.46.0
39
  ```