Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
fastapi==0.104.1
|
2 |
uvicorn[standard]==0.24.0
|
3 |
-
transformers
|
4 |
-
torch
|
5 |
-
accelerate
|
6 |
sentencepiece==0.1.99
|
7 |
protobuf==4.25.1
|
8 |
pydantic==2.5.0
|
9 |
-
python-multipart==0.0.6
|
|
|
|
1 |
fastapi==0.104.1
|
2 |
uvicorn[standard]==0.24.0
|
3 |
+
transformers>=4.40.0
|
4 |
+
torch>=2.2.0
|
5 |
+
accelerate>=0.30.0
|
6 |
sentencepiece==0.1.99
|
7 |
protobuf==4.25.1
|
8 |
pydantic==2.5.0
|
9 |
+
python-multipart==0.0.6
|
10 |
+
numpy<2.0.0
|