runtime error

Exit code: 1. Reason: 21, 109MB/s]  model.safetensors: 40%|████ | 1.03G/2.56G [00:03<00:03, 403MB/s] model.safetensors: 57%|█████▋ | 1.46G/2.56G [00:04<00:03, 365MB/s] model.safetensors: 87%|████████▋ | 2.24G/2.56G [00:05<00:00, 495MB/s] model.safetensors: 100%|█████████▉| 2.56G/2.56G [00:06<00:00, 417MB/s] /usr/local/lib/python3.10/site-packages/torch/hub.py:330: UserWarning: You are about to download and run code from an untrusted repository. In a future release, this won't be allowed. To add the repository to your trusted list, change the command to {calling_fn}(..., trust_repo=False) and a command prompt will appear asking for an explicit confirmation of trust, or load(..., trust_repo=True), which will assume that the prompt is to be answered with 'yes'. You can also use load(..., trust_repo='check') which will only prompt for confirmation if the repo is not already trusted. This will eventually be the default behaviour warnings.warn( Downloading: "https://github.com/intel-isl/MiDaS/zipball/master" to /home/user/.cache/torch/hub/master.zip Traceback (most recent call last): File "/home/user/app/app.py", line 22, in <module> midas = torch.hub.load("intel-isl/MiDaS", "DPT_large").to(device) File "/usr/local/lib/python3.10/site-packages/torch/hub.py", line 647, in load model = _load_local(repo_or_dir, model, *args, **kwargs) File "/usr/local/lib/python3.10/site-packages/torch/hub.py", line 673, in _load_local hub_module = _import_module(MODULE_HUBCONF, hubconf_path) File "/usr/local/lib/python3.10/site-packages/torch/hub.py", line 115, in _import_module spec.loader.exec_module(module) File "<frozen importlib._bootstrap_external>", line 883, in exec_module File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed File "/home/user/.cache/torch/hub/intel-isl_MiDaS_master/hubconf.py", line 5, in <module> from midas.dpt_depth import DPTDepthModel ModuleNotFoundError: No module named 'midas.dpt_depth'

Container logs:

Fetching error logs...