Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -1,4 +1,7 @@
|
|
1 |
-
transformers
|
|
|
|
|
|
|
2 |
fastapi
|
3 |
uvicorn
|
4 |
python-dotenv
|
|
|
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
|