Yhhxhfh commited on
Commit
e1df052
1 Parent(s): 2914676

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -0
requirements.txt ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fastapi==0.95.1
2
+ uvicorn==0.22.0
3
+ starlette==0.26.1
4
+ datasets==2.13.0
5
+ transformers==4.30.2
6
+ loguru==0.7.0
7
+ psutil==5.9.4
8
+ torch==2.0.1
9
+ tenacity==8.2.2
10
+ huggingface-hub==0.16.4
11
+ python-dotenv==1.0.0