Update README.md
Browse files
README.md
CHANGED
@@ -44,7 +44,7 @@ We provide Ruri-v3 in several model sizes. Below is a summary of each model.
|
|
44 |
You can use our models directly with the transformers library v4.48.0 or higher:
|
45 |
|
46 |
```bash
|
47 |
-
pip install -U "transformers>=4.48.0"
|
48 |
```
|
49 |
|
50 |
Additionally, if your GPUs support Flash Attention 2, we recommend using our models with Flash Attention 2.
|
|
|
44 |
You can use our models directly with the transformers library v4.48.0 or higher:
|
45 |
|
46 |
```bash
|
47 |
+
pip install -U "transformers>=4.48.0" sentence-transformers
|
48 |
```
|
49 |
|
50 |
Additionally, if your GPUs support Flash Attention 2, we recommend using our models with Flash Attention 2.
|