Start-GPT commited on
Commit
fa85ffc
1 Parent(s): 47228bb

Create environment.yml

Browse files
Files changed (1) hide show
  1. environment.yml +20 -0
environment.yml ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: bertformer
2
+ channels:
3
+ - pytorch
4
+ - conda-forge
5
+ - defaults
6
+ - anaconda
7
+ dependencies:
8
+ - pip>=19.0.3
9
+ - python=3.7
10
+ - connexion=1.5.3
11
+ - Werkzeug=0.16.1
12
+ - boto3
13
+ - regex
14
+ - flask-cors
15
+ - jinja2=2.10
16
+ - numpy
17
+ - pytorch
18
+ - torchvision
19
+ - pip:
20
+ - transformers==2.4.1