Dragunflie-420 commited on
Commit
f2b3292
1 Parent(s): 5b16e59

Upload environment.yml

Browse files
Files changed (1) hide show
  1. environment.yml +13 -0
environment.yml ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: DiT
2
+ channels:
3
+ - pytorch
4
+ - nvidia
5
+ dependencies:
6
+ - python >= 3.8
7
+ - pytorch >= 1.13
8
+ - torchvision
9
+ - pytorch-cuda=11.7
10
+ - pip:
11
+ - timm
12
+ - diffusers
13
+ - accelerate