Spaces:
Runtime error
Runtime error
Upload 2 files
Browse files- pre-requirements.txt +4 -4
- requirements.txt +1 -1
pre-requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
pip==23.3.1
|
| 2 |
-
torch==2.
|
| 3 |
-
torchvision==0.
|
| 4 |
-
torchaudio==2.
|
| 5 |
tqdm==4.66.1
|
| 6 |
mediapipe==0.10.8
|
| 7 |
Pillow==10.1.0
|
|
@@ -15,6 +15,6 @@ PyYAML==6.0.1
|
|
| 15 |
safetensors==0.4.1
|
| 16 |
wandb==0.16.0
|
| 17 |
accelerate==0.24.1
|
| 18 |
-
triton==
|
| 19 |
gradio==4.7.1
|
| 20 |
plyfile==0.8.1
|
|
|
|
| 1 |
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==4.66.1
|
| 6 |
mediapipe==0.10.8
|
| 7 |
Pillow==10.1.0
|
|
|
|
| 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.18
|
| 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
|