Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
-
transformers==4.44.2
|
2 |
-
torch>=2.0.0
|
3 |
-
huggingface-hub>=0.16.0
|
4 |
-
sentencepiece
|
5 |
fastapi
|
6 |
uvicorn
|
7 |
python-dotenv
|
8 |
slowapi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
fastapi
|
2 |
uvicorn
|
3 |
python-dotenv
|
4 |
slowapi
|
5 |
+
transformers==4.44.2
|
6 |
+
torch>=2.0.0
|
7 |
+
huggingface-hub>=0.16.0
|
8 |
+
sentencepiece
|
9 |
+
protobuf>=3.20.0,<4.0.0
|