xinyuanc91 commited on
Commit
a49ac81
·
verified ·
1 Parent(s): 6bed295

Update env.yaml

Browse files
Files changed (1) hide show
  1. env.yaml +16 -7
env.yaml CHANGED
@@ -5,16 +5,25 @@ channels:
5
  - conda-forge
6
  - defaults
7
  dependencies:
8
- - python=3.9.16
9
  - pytorch=2.0.1
10
  - pytorch-cuda=11.7
11
  - torchvision=0.15.2
12
- - pip
13
  - pip:
 
 
14
  - decord==0.6.0
15
- - diffusers==0.15.0
16
- - imageio==2.29.0
17
- - transformers==4.29.2
 
 
 
 
 
 
18
  - xformers==0.0.20
19
- - einops
20
- - omegaconf
 
 
 
5
  - conda-forge
6
  - defaults
7
  dependencies:
8
+ - python=3.11.3
9
  - pytorch=2.0.1
10
  - pytorch-cuda=11.7
11
  - torchvision=0.15.2
 
12
  - pip:
13
+ - accelerate==0.19.0
14
+ - av==10.0.0
15
  - decord==0.6.0
16
+ - diffusers[torch]==0.16.0
17
+ - einops==0.6.1
18
+ - ffmpeg==1.4
19
+ - imageio==2.31.1
20
+ - imageio-ffmpeg==0.4.9
21
+ - pandas==2.0.1
22
+ - timm==0.6.13
23
+ - tqdm==4.65.0
24
+ - transformers==4.28.1
25
  - xformers==0.0.20
26
+ - omegaconf==2.3.0
27
+ - natsort==8.4.0
28
+ - rotary_embedding_torch
29
+ - gradio==4.3.0