dahara1 commited on
Commit
df064e2
·
verified ·
1 Parent(s): 8482ab9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -24,10 +24,13 @@ Check official [hqq](https://github.com/mobiusml/hqq)
24
  I couldn't get it to work without installing Transformers and hqq from source.
25
 
26
  ```
27
- # transformers 4.42.0.dev0
28
- pip install git+https://github.com/huggingface/transformers.git
 
29
  # hqq 0.1.7.post2
30
- pip install git+https://github.com/mobiusml/hqq.git
 
 
31
  ```
32
 
33
  ### Sample code
 
24
  I couldn't get it to work without installing Transformers and hqq from source.
25
 
26
  ```
27
+ # transformers 4.41.1
28
+ pip install transformers==4.41.1
29
+
30
  # hqq 0.1.7.post2
31
+ git clone https://github.com/mobiusml/hqq
32
+ cd hqq
33
+ pip install .
34
  ```
35
 
36
  ### Sample code