Update README.md
Browse files
README.md
CHANGED
|
@@ -13,7 +13,7 @@ The sole purpose of this repository is to use this model through the `transforme
|
|
| 13 |
First make sure you have the latest version of the `transformers` installed.
|
| 14 |
|
| 15 |
```
|
| 16 |
-
pip
|
| 17 |
```
|
| 18 |
|
| 19 |
Then use the transformers library to load the model from the library itself
|
|
|
|
| 13 |
First make sure you have the latest version of the `transformers` installed.
|
| 14 |
|
| 15 |
```
|
| 16 |
+
pip uninstall -y transformers && pip install git+https://github.com/huggingface/transformers
|
| 17 |
```
|
| 18 |
|
| 19 |
Then use the transformers library to load the model from the library itself
|