Thebull commited on
Commit
95c7fc7
·
verified ·
1 Parent(s): 4b49c1e

Create .env.local

Browse files
Files changed (1) hide show
  1. .env.local +6 -0
.env.local ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ fastapi==0.74.*
2
+ requests==2.27.*
3
+ sentencepiece==0.1.*
4
+ torch==1.11.*
5
+ transformers==4.*
6
+ uvicorn[standard]==0.17.*