Update README.md
Browse files
README.md
CHANGED
@@ -50,6 +50,7 @@ The adapter was trained via SFT on random subsets of the following:
|
|
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
|
|
|
50 |
First, install <a href="https://github.com/mobiusml/hqq/">HQQ</a>:
|
51 |
```
|
52 |
pip install hqq==0.1.8
|
53 |
+
pip install transformers==4.40
|
54 |
```
|
55 |
Then you can use the sample code below:
|
56 |
``` Python
|