alptangall commited on
Commit
bf32045
·
verified ·
1 Parent(s): 522debb

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -0
requirements.txt ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ websockets
2
+ requests
3
+ bs4
4
+ discord
5
+ aiohttp
6
+ msgpack
7
+ flask
8
+ fastapi==0.74.*
9
+ sentencepiece==0.1.*
10
+ torch==1.11.*
11
+ transformers==4.*
12
+ uvicorn[standard]==0.17.*