Update README
Browse filesAdd in an additional package for setup
README.md
CHANGED
@@ -2652,6 +2652,7 @@ Using this model becomes relatively easy when you have [sentence-transformers](h
|
|
2652 |
*At the time of publishing, sentence-transformers does not support remote code which is required for flash-attention used by the model. A fork of the sentence-transformers repository that allows remote code execution is provided for convenience. It can be installed using the following command:*
|
2653 |
```
|
2654 |
pip install git+https://github.com/Hum-Works/sentence-transformers.git
|
|
|
2655 |
```
|
2656 |
|
2657 |
Then you can use the model like this:
|
|
|
2652 |
*At the time of publishing, sentence-transformers does not support remote code which is required for flash-attention used by the model. A fork of the sentence-transformers repository that allows remote code execution is provided for convenience. It can be installed using the following command:*
|
2653 |
```
|
2654 |
pip install git+https://github.com/Hum-Works/sentence-transformers.git
|
2655 |
+
pip install einops
|
2656 |
```
|
2657 |
|
2658 |
Then you can use the model like this:
|