Reduxxxx commited on
Commit
8c0b9ef
·
verified ·
1 Parent(s): 1992d0d

Create environment.yml

Browse files
Files changed (1) hide show
  1. environment.yml +13 -0
environment.yml ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: myenv
2
+ channels:
3
+ - pytorch
4
+ - conda-forge
5
+ - defaults
6
+ dependencies:
7
+ - python=3.10
8
+ - pytorch
9
+ - torchvision
10
+ - gradio
11
+ - transformers
12
+ - pillow
13
+ - numpy