yukee1992 commited on
Commit
66b6ee3
·
verified ·
1 Parent(s): 7685606

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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