Update README.md
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentence
|
|
22 |
## Usage
|
23 |
|
24 |
|
25 |
-
Regardless of method, you will need to have this specific fork of transformers installed unless you want to get errors related to padding:
|
26 |
|
27 |
```sh
|
28 |
pip install -U git+https://github.com/pszemraj/transformers.git@mega-upgrades --force-reinstall --no-deps
|
|
|
22 |
## Usage
|
23 |
|
24 |
|
25 |
+
Regardless of method, you will need to have this specific fork of transformers installed unless you want to get [errors related to padding](https://github.com/UKPLab/sentence-transformers/issues/2540):
|
26 |
|
27 |
```sh
|
28 |
pip install -U git+https://github.com/pszemraj/transformers.git@mega-upgrades --force-reinstall --no-deps
|