Hugging Face's logo
Daankular
/
Agents
Runtime error

runtime error

Exit code: 1. Reason: mplete: ██████████| 308B There are modules in UnifieldWrappedUNet that should be kept in float32: []. Casting directly with `to()` can lead to inconsistent results; set `torch_dtype` in `from_pretrained()` instead to keep these modules in float32. There are modules in AutoencoderKL that should be kept in float32: []. Casting directly with `to()` can lead to inconsistent results; set `torch_dtype` in `from_pretrained()` instead to keep these modules in float32. Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/torch/_ops.py", line 1516, in load_library ctypes.CDLL(path) File "/usr/local/lib/python3.10/ctypes/__init__.py", line 374, in __init__ self._handle = _dlopen(self._name, mode) OSError: /usr/local/lib/python3.10/site-packages/torch_scatter/_scatter_cuda.so: undefined symbol: _ZN5torch8autograd10deleteNodeEPNS0_4NodeE The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/app.py", line 216, in <module> from gradio_app.gradio_3dgen import create_ui as create_3d_ui File "/app/gradio_app/gradio_3dgen.py", line 12, in <module> from scripts.multiview_inference import geo_reconstruct_part1, geo_reconstruct_part2, geo_reconstruct_part3 File "/app/scripts/multiview_inference.py", line 9, in <module> from mesh_reconstruction.recon import reconstruct_stage1 File "/app/mesh_reconstruction/recon.py", line 6, in <module> from mesh_reconstruction.remesh import calc_vertex_normals File "/app/mesh_reconstruction/remesh.py", line 4, in <module> import torch_scatter File "/usr/local/lib/python3.10/site-packages/torch_scatter/__init__.py", line 16, in <module> torch.ops.load_library(spec.origin) File "/usr/local/lib/python3.10/site-packages/torch/_ops.py", line 1518, in load_library raise OSError(f"Could not load this library: {path}") from e OSError: Could not load this library: /usr/local/lib/python3.10/site-packages/torch_scatter/_scatter_cuda.so

Container logs:

Fetching error logs...