mobicham commited on
Commit
0d828db
·
verified ·
1 Parent(s): 78ace90

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -41,7 +41,12 @@ Here is a small screencast of the model running on RTX 4090
41
  ![image/gif](https://cdn-uploads.huggingface.co/production/uploads/636b945ef575d3705149e982/upGS5kOw_m-ry8WcMO9gJ.gif)
42
 
43
  ### Basic Usage
44
- To run the model, install the HQQ library from https://github.com/mobiusml/hqq and use it as follows:
 
 
 
 
 
45
  ``` Python
46
  import transformers
47
  from threading import Thread
 
41
  ![image/gif](https://cdn-uploads.huggingface.co/production/uploads/636b945ef575d3705149e982/upGS5kOw_m-ry8WcMO9gJ.gif)
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
+ ```
49
+ and use it as follows:
50
  ``` Python
51
  import transformers
52
  from threading import Thread