Spaces:
Runtime error
Runtime error
Upload 2 files
Browse files- pre-requirements.txt +14 -14
- requirements.txt +1 -1
pre-requirements.txt
CHANGED
@@ -1,20 +1,20 @@
|
|
1 |
pip==23.3.1
|
2 |
-
torch==2.
|
3 |
-
torchvision==0.
|
4 |
-
torchaudio==2.
|
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
|
|
|
1 |
pip==23.3.1
|
2 |
+
torch==2.1.2 --index-url https://download.pytorch.org/whl/cu121
|
3 |
+
torchvision==0.16.2 --index-url https://download.pytorch.org/whl/cu121
|
4 |
+
torchaudio==2.1.2 --index-url https://download.pytorch.org/whl/cu121
|
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.1.0
|
19 |
+
gradio==4.7.1
|
20 |
+
plyfile==0.8.1
|
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
xformers==0.0.
|
2 |
git+https://github.com/openai/point-e.git
|
3 |
# git+https://github.com/YixunLiang/simple-knn.git
|
4 |
# git+https://github.com/YixunLiang/diff-gaussian-rasterization.git
|
|
|
1 |
+
xformers==0.0.23
|
2 |
git+https://github.com/openai/point-e.git
|
3 |
# git+https://github.com/YixunLiang/simple-knn.git
|
4 |
# git+https://github.com/YixunLiang/diff-gaussian-rasterization.git
|