Spaces:
Runtime error
Runtime error
Update pre-requirements.txt
Browse files- pre-requirements.txt +10 -10
pre-requirements.txt
CHANGED
@@ -2,19 +2,19 @@ pip==23.3.1
|
|
2 |
torch==2.0.0 --index-url https://download.pytorch.org/whl/cu118
|
3 |
torchvision==0.15.1 --index-url https://download.pytorch.org/whl/cu118
|
4 |
torchaudio==2.0.1 --index-url https://download.pytorch.org/whl/cu118
|
5 |
-
tqdm
|
6 |
-
mediapipe
|
7 |
-
Pillow
|
8 |
diffusers==0.18.2
|
9 |
transformers==4.30.2
|
10 |
fire==0.5.0
|
11 |
huggingface_hub==0.16.4
|
12 |
imageio==2.31.1
|
13 |
-
imageio-ffmpeg
|
14 |
-
PyYAML
|
15 |
-
safetensors
|
16 |
-
wandb
|
17 |
-
accelerate
|
18 |
-
triton
|
19 |
-
gradio
|
20 |
plyfile==0.8.1
|
|
|
2 |
torch==2.0.0 --index-url https://download.pytorch.org/whl/cu118
|
3 |
torchvision==0.15.1 --index-url https://download.pytorch.org/whl/cu118
|
4 |
torchaudio==2.0.1 --index-url https://download.pytorch.org/whl/cu118
|
5 |
+
tqdm==4.66.1
|
6 |
+
mediapipe==0.10.8
|
7 |
+
Pillow==10.1.0
|
8 |
diffusers==0.18.2
|
9 |
transformers==4.30.2
|
10 |
fire==0.5.0
|
11 |
huggingface_hub==0.16.4
|
12 |
imageio==2.31.1
|
13 |
+
imageio-ffmpeg==0.4.9
|
14 |
+
PyYAML==6.0.1
|
15 |
+
safetensors==0.4.1
|
16 |
+
wandb==0.16.0
|
17 |
+
accelerate==0.24.1
|
18 |
+
triton==2.0.0
|
19 |
+
gradio==4.19.1
|
20 |
plyfile==0.8.1
|