Update README.md
Browse files
README.md
CHANGED
@@ -54,9 +54,9 @@ The model was converted using [this notebook](https://nbviewer.org/urls/huggingf
|
|
54 |
### How to use
|
55 |
|
56 |
```sh
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
```
|
61 |
|
62 |
```py
|
|
|
54 |
### How to use
|
55 |
|
56 |
```sh
|
57 |
+
pip install transformers==4.14.1
|
58 |
+
pip install bitsandbytes-cuda111==0.26.0
|
59 |
+
pip install datasets==1.16.1
|
60 |
```
|
61 |
|
62 |
```py
|