Update environment.yml
Browse files- 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
|
| 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
|
|
|
|
| 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
|