Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,7 +1,8 @@
|
|
| 1 |
torch>=2.0.0
|
| 2 |
transformers>=4.30.0
|
| 3 |
-
gradio>=4.24.0
|
| 4 |
-
accelerate>=0.29.0 # Required for device mapping
|
| 5 |
fastapi>=0.95.0
|
| 6 |
uvicorn>=0.22.0
|
| 7 |
httpx>=0.24.0
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
torch>=2.0.0
|
| 2 |
transformers>=4.30.0
|
|
|
|
|
|
|
| 3 |
fastapi>=0.95.0
|
| 4 |
uvicorn>=0.22.0
|
| 5 |
httpx>=0.24.0
|
| 6 |
+
python-telegram-bot>=20.0
|
| 7 |
+
python-dotenv>=0.19.0
|
| 8 |
+
pydantic>=1.10.0
|