aducsdr commited on
Commit
98a0e65
·
verified ·
1 Parent(s): 33d69d8

Update environment.yml

Browse files
Files changed (1) hide show
  1. environment.yml +20 -20
environment.yml CHANGED
@@ -7,31 +7,31 @@ channels:
7
  dependencies:
8
  - python=3.10
9
  - pytorch=2.1.0
10
- - torchvision=0.16.0
11
  - torchaudio=2.1.0
12
  - pytorch-cuda=12.1
13
  - pip
14
  - pip:
15
- - accelerate==0.24.1
16
- - av==11.0.0
17
- - beautifulsoup4==4.12.2
18
- - einops==0.7.0
19
- - gradio==4.29.0
20
  - huggingface_hub
21
- - iopath==0.1.10
22
- - omegaconf==2.3.0
23
- - pandas==2.1.3
24
- - pytorch-lightning==2.1.0
25
- - pytorchvideo==0.1.5
26
- - ftfy==6.1.1
27
- - regex==2023.10.3
28
- - timm==0.9.10
29
- - transformers==4.35.2
30
- - tqdm==4.66.1
31
- - webdataset==0.2.70
32
- - diffusers==0.26.3
33
- - controlnet_aux==0.0.7
34
  - opencv-python
35
  - scikit-image
36
- - xformers==0.0.22.post7
37
  # A linha do flash_attn foi REMOVIDA daqui
 
7
  dependencies:
8
  - python=3.10
9
  - pytorch=2.1.0
10
+ - torchvision
11
  - torchaudio=2.1.0
12
  - pytorch-cuda=12.1
13
  - pip
14
  - pip:
15
+ - accelerate
16
+ - av
17
+ - beautifulsoup4
18
+ - einops
19
+ - gradio
20
  - huggingface_hub
21
+ - iopath
22
+ - omegaconf
23
+ - pandas
24
+ - pytorch-lightning
25
+ - pytorchvideo
26
+ - ftfy
27
+ - regex
28
+ - timm
29
+ - transformers
30
+ - tqdm
31
+ - webdataset
32
+ - diffusers
33
+ - controlnet_aux
34
  - opencv-python
35
  - scikit-image
36
+ - xformers
37
  # A linha do flash_attn foi REMOVIDA daqui