susnato commited on
Commit
eb9c0c0
1 Parent(s): 9070ddb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 install -U transformers
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