runtime error

Exit code: 1. Reason: 2. Traceback (most recent call last): File "/home/user/app/app.py", line 7, in <module> import torch File "/usr/local/lib/python3.10/site-packages/torch/__init__.py", line 1477, in <module> from .functional import * # noqa: F403 File "/usr/local/lib/python3.10/site-packages/torch/functional.py", line 9, in <module> import torch.nn.functional as F File "/usr/local/lib/python3.10/site-packages/torch/nn/__init__.py", line 1, in <module> from .modules import * # noqa: F403 File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/__init__.py", line 35, in <module> from .transformer import TransformerEncoder, TransformerDecoder, \ File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/transformer.py", line 20, in <module> device: torch.device = torch.device(torch._C._get_default_device()), # torch.device('cpu'), /usr/local/lib/python3.10/site-packages/torch/nn/modules/transformer.py:20: UserWarning: Failed to initialize NumPy: _ARRAY_API not found (Triggered internally at ../torch/csrc/utils/tensor_numpy.cpp:84.) device: torch.device = torch.device(torch._C._get_default_device()), # torch.device('cpu'), Triton is not available, some optimizations will not be enabled. This is just a warning: triton is not available Instantiate: dinov2_vitl14 Downloading: "https://download.pytorch.org/models/resnet50-11ad3fa6.pth" to /home/user/.cache/torch/hub/checkpoints/resnet50-11ad3fa6.pth 0%| | 0.00/97.8M [00:00<?, ?B/s] 100%|██████████| 97.8M/97.8M [00:00<00:00, 223MB/s] Traceback (most recent call last): File "/home/user/app/app.py", line 157, in <module> main() File "/home/user/app/app.py", line 28, in main model = GaussianPredictor(cfg) File "/home/user/app/flash3d/networks/gaussian_predictor.py", line 91, in __init__ backproject_depth[str(scale)] = BackprojectDepth( File "/home/user/app/flash3d/networks/layers.py", line 149, in __init__ id_coords = torch.from_numpy(id_coords) RuntimeError: Numpy is not available

Container logs:

Fetching error logs...