Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -3,4 +3,5 @@ uvicorn>=0.29.0
|
|
3 |
transformers>=4.40.0
|
4 |
torch>=2.0.0
|
5 |
langdetect>=1.0.9
|
6 |
-
pydantic>=2.7.0
|
|
|
|
3 |
transformers>=4.40.0
|
4 |
torch>=2.0.0
|
5 |
langdetect>=1.0.9
|
6 |
+
pydantic>=2.7.0
|
7 |
+
sentencepiece>=0.2.0
|