Update README.md
Browse files
README.md
CHANGED
|
@@ -28,7 +28,7 @@ Ruri v3 offers several key technical advantages:
|
|
| 28 |
You can use our models directly with the transformers library v4.48.0 or higher:
|
| 29 |
|
| 30 |
```bash
|
| 31 |
-
pip install -U "transformers>=4.48.0"
|
| 32 |
```
|
| 33 |
|
| 34 |
Additionally, if your GPUs support Flash Attention 2, we recommend using our models with Flash Attention 2.
|
|
|
|
| 28 |
You can use our models directly with the transformers library v4.48.0 or higher:
|
| 29 |
|
| 30 |
```bash
|
| 31 |
+
pip install -U "transformers>=4.48.0" sentence-transformers
|
| 32 |
```
|
| 33 |
|
| 34 |
Additionally, if your GPUs support Flash Attention 2, we recommend using our models with Flash Attention 2.
|