Update requirements.txt
Browse files- requirements.txt +14 -12
requirements.txt
CHANGED
|
@@ -1,12 +1,14 @@
|
|
| 1 |
-
transformers>=4.30.0
|
| 2 |
-
torch>=2.0.0
|
| 3 |
-
fastapi>=0.95.0
|
| 4 |
-
uvicorn>=0.22.0
|
| 5 |
-
python-dotenv>=1.0.0
|
| 6 |
-
pydantic>=2.0.0
|
| 7 |
-
gradio>=3.35.0
|
| 8 |
-
huggingface_hub>=0.16.0
|
| 9 |
-
requests>=2.31.0
|
| 10 |
-
pillow>=9.5.0
|
| 11 |
-
numpy>=1.24.0
|
| 12 |
-
pandas>=2.0.0
|
|
|
|
|
|
|
|
|
| 1 |
+
transformers>=4.30.0
|
| 2 |
+
torch>=2.0.0
|
| 3 |
+
fastapi>=0.95.0
|
| 4 |
+
uvicorn>=0.22.0
|
| 5 |
+
python-dotenv>=1.0.0
|
| 6 |
+
pydantic>=2.0.0
|
| 7 |
+
gradio>=3.35.0
|
| 8 |
+
huggingface_hub>=0.16.0
|
| 9 |
+
requests>=2.31.0
|
| 10 |
+
pillow>=9.5.0
|
| 11 |
+
numpy>=1.24.0
|
| 12 |
+
pandas>=2.0.0
|
| 13 |
+
psutil>=5.9.0
|
| 14 |
+
accelerate>=0.26.0
|