mobicham commited on
Commit
5f4deec
·
verified ·
1 Parent(s): 5838ad7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -30,7 +30,12 @@ This model was designed to get the best quality at a budget of ~13GB of VRAM. It
30
  | Average| 72.62 | 70.01 |
31
 
32
  ### Basic Usage
33
- To run the model, install the HQQ library from https://github.com/mobiusml/hqq and use it as follows:
 
 
 
 
 
34
  ``` Python
35
  import transformers
36
  from threading import Thread
 
30
  | Average| 72.62 | 70.01 |
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
+ ```
38
+ and use it as follows:
39
  ``` Python
40
  import transformers
41
  from threading import Thread