mobicham commited on
Commit
57862da
1 Parent(s): cba0a96

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -47,9 +47,9 @@ The adapter was trained via SFT on random subsets of the following:
47
  | Average | 53.56 | 28.31 | 37.56 |
48
 
49
  ## Usage
50
- First, install the latest version of <a href="https://github.com/mobiusml/hqq/">HQQ</a>:
51
  ```
52
- pip install git+https://github.com/mobiusml/hqq.git
53
  ```
54
  Then you can use the sample code below:
55
  ``` Python
 
47
  | Average | 53.56 | 28.31 | 37.56 |
48
 
49
  ## Usage
50
+ First, install <a href="https://github.com/mobiusml/hqq/">HQQ</a>:
51
  ```
52
+ pip install hqq==0.1.8
53
  ```
54
  Then you can use the sample code below:
55
  ``` Python