Spaces:
Runtime error
Runtime error
Try to build for 80s architectures
Browse files- app.py +4 -0
- requirements.txt +1 -0
- wheels/simple_knn-0.0.0-cp310-cp310-linux_x86_64.whl +2 -2
app.py
CHANGED
|
@@ -2,6 +2,10 @@ import sys
|
|
| 2 |
sys.path.append('wild-gaussian-splatting/mast3r/')
|
| 3 |
sys.path.append('demo/')
|
| 4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
import gradio as gr
|
| 6 |
import torch
|
| 7 |
from mast3r.demo import get_args_parser
|
|
|
|
| 2 |
sys.path.append('wild-gaussian-splatting/mast3r/')
|
| 3 |
sys.path.append('demo/')
|
| 4 |
|
| 5 |
+
import os
|
| 6 |
+
os.environ['CUDA_LAUNCH_BLOCKING'] = '1'
|
| 7 |
+
|
| 8 |
+
|
| 9 |
import gradio as gr
|
| 10 |
import torch
|
| 11 |
from mast3r.demo import get_args_parser
|
requirements.txt
CHANGED
|
@@ -12,6 +12,7 @@ scipy
|
|
| 12 |
einops
|
| 13 |
trimesh
|
| 14 |
|
|
|
|
| 15 |
https://huggingface.co/spaces/ostapagon/mast3r-3dgs/resolve/main/wheels/diff_gaussian_rasterization-0.0.0-cp310-cp310-linux_x86_64.whl?download=true
|
| 16 |
https://huggingface.co/spaces/ostapagon/mast3r-3dgs/resolve/main/wheels/simple_knn-0.0.0-cp310-cp310-linux_x86_64.whl?download=true
|
| 17 |
|
|
|
|
| 12 |
einops
|
| 13 |
trimesh
|
| 14 |
|
| 15 |
+
https://huggingface.co/spaces/JeffreyXiang/TRELLIS/resolve/main/wheels/nvdiffrast-0.3.3-cp310-cp310-linux_x86_64.whl?download=true
|
| 16 |
https://huggingface.co/spaces/ostapagon/mast3r-3dgs/resolve/main/wheels/diff_gaussian_rasterization-0.0.0-cp310-cp310-linux_x86_64.whl?download=true
|
| 17 |
https://huggingface.co/spaces/ostapagon/mast3r-3dgs/resolve/main/wheels/simple_knn-0.0.0-cp310-cp310-linux_x86_64.whl?download=true
|
| 18 |
|
wheels/simple_knn-0.0.0-cp310-cp310-linux_x86_64.whl
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4fca844adde511fb22934188e1311f3d7f43e8a1f22d9c7a21957d5dbd10c2bb
|
| 3 |
+
size 2987149
|