PRUTHVIn commited on
Commit
4a44461
·
1 Parent(s): a060503

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -0
requirements.txt ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fastapi==0.111.0
2
+ uvicorn[standard]==0.29.0
3
+ pydantic==2.8.0
4
+ Pillow
5
+ torch==2.3.0
6
+ torchvision==0.18.0
7
+ transformers==4.39.0
8
+ datasets
9
+ langdetect
10
+ accelerate
11
+ bitsandbytes
12
+ sentencepiece
13
+ python-multipart