Spaces:
Runtime error
Runtime error
Upload 2 files
Browse files- pre-requirements.txt +3 -3
- requirements.txt +1 -1
pre-requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
pip==23.3.1
|
2 |
-
torch==2.0.
|
3 |
-
torchvision==0.15.
|
4 |
-
torchaudio==2.0.
|
5 |
tqdm
|
6 |
mediapipe
|
7 |
Pillow
|
|
|
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
|
6 |
mediapipe
|
7 |
Pillow
|
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
|
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
|
4 |
git+https://github.com/YixunLiang/diff-gaussian-rasterization.git
|