Update README.md
Browse files
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.
|
| 28 |
-
pip install
|
|
|
|
| 29 |
# hqq 0.1.7.post2
|
| 30 |
-
|
|
|
|
|
|
|
| 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
|