Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -5,5 +5,6 @@ transformers>=4.46.0
|
|
| 5 |
torch>=2.2.0
|
| 6 |
numpy>=1.26.0
|
| 7 |
sentencepiece
|
|
|
|
| 8 |
huggingface_hub
|
| 9 |
pydantic>=2.0
|
|
|
|
| 5 |
torch>=2.2.0
|
| 6 |
numpy>=1.26.0
|
| 7 |
sentencepiece
|
| 8 |
+
sentence_transformers
|
| 9 |
huggingface_hub
|
| 10 |
pydantic>=2.0
|