Spaces:
Sleeping
Sleeping
Fix requirements.txt - Add missing transformers and ML dependencies
Browse files- requirements.txt +14 -3
requirements.txt
CHANGED
|
@@ -1,3 +1,14 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi>=0.115.2
|
| 2 |
+
uvicorn[standard]>=0.24.0
|
| 3 |
+
pydantic>=2.5.0
|
| 4 |
+
torch==2.5.0
|
| 5 |
+
transformers>=4.35.0
|
| 6 |
+
accelerate>=0.24.0
|
| 7 |
+
bitsandbytes>=0.41.0
|
| 8 |
+
huggingface-hub>=0.19.0
|
| 9 |
+
python-multipart>=0.0.9
|
| 10 |
+
numpy>=1.24.0
|
| 11 |
+
sentencepiece>=0.1.99
|
| 12 |
+
protobuf>=3.20.0
|
| 13 |
+
gradio>=4.44.0
|
| 14 |
+
requests>=2.31.0
|