Unnatrathi commited on
Commit
2ab06c6
·
verified ·
1 Parent(s): abf4405

Upload 2 files

Browse files
Files changed (2) hide show
  1. requirements_bot.txt +3 -0
  2. requirements_space.txt +13 -0
requirements_bot.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ # Bot dependencies
2
+ python-telegram-bot==21.3
3
+ httpx==0.27.0
requirements_space.txt ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fastapi==0.111.0
2
+ uvicorn[standard]==0.29.0
3
+ python-multipart==0.0.9
4
+ pydantic==2.7.1
5
+ Pillow==10.3.0
6
+ torch==2.3.0
7
+ transformers==4.51.3
8
+ peft==0.15.2
9
+ bitsandbytes==0.43.1
10
+ accelerate==0.30.0
11
+ num2words
12
+ huggingface_hub
13
+ safetensors