Update README.md
Browse files
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
|
51 |
```
|
52 |
-
pip install
|
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
|