Spaces:
Running
on
Zero
Running
on
Zero
fix versions
Browse files- requirements.txt +17 -16
requirements.txt
CHANGED
@@ -1,21 +1,22 @@
|
|
1 |
-
|
2 |
-
torch
|
3 |
-
torchvision
|
4 |
-
|
|
|
5 |
imageio==2.27.0
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
|
|
|
|
|
|
|
|
12 |
gdown
|
|
|
13 |
einops
|
14 |
-
decord
|
15 |
omegaconf
|
16 |
safetensors
|
17 |
-
|
18 |
-
wandb
|
19 |
-
triton
|
20 |
-
spaces
|
21 |
-
huggingface_hub==0.25.2
|
|
|
1 |
+
|
2 |
+
torch==2.2.2
|
3 |
+
torchvision==0.17.2
|
4 |
+
torchaudio==2.2.2
|
5 |
+
xformers==0.0.25.post1
|
6 |
imageio==2.27.0
|
7 |
+
imageio[ffmpeg]
|
8 |
+
imageio[pyav]
|
9 |
+
peft==0.9.0
|
10 |
+
numpy==1.26.4
|
11 |
+
ms-swift==2.0.0
|
12 |
+
accelerate==0.28.0
|
13 |
+
diffusers==0.11.1
|
14 |
+
transformers==4.38.2
|
15 |
+
huggingface_hub==0.25.2
|
16 |
+
gradio==3.50.2
|
17 |
gdown
|
18 |
+
triton
|
19 |
einops
|
|
|
20 |
omegaconf
|
21 |
safetensors
|
22 |
+
spaces
|
|
|
|
|
|
|
|