Mentors4EDU commited on
Commit
26be7a0
·
verified ·
1 Parent(s): ac3d1f3

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +17 -0
requirements.txt ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ transformers>=4.33.2
2
+ torch>=2.0.0
3
+ numpy>=1.24.0
4
+ tqdm>=4.65.0
5
+ accelerate>=0.23.0
6
+ scipy>=1.11.0
7
+ pydantic>=2.0.0
8
+ fastapi>=0.103.0
9
+ uvicorn>=0.23.0
10
+ websockets>=11.0.0
11
+ asyncio>=3.4.3
12
+ datasets>=2.14.0
13
+ regex>=2023.8.8
14
+ requests>=2.31.0
15
+ typing-extensions>=4.7.1
16
+ aiohttp>=3.8.5
17
+ gradio