hpprc commited on
Commit
bb46934
·
verified ·
1 Parent(s): 9ad9be8

Update README.md

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