runtime error

│ │ │ │ 794 │ │ │ # If we want to actually tail call to torch.jit.load, we │ │ 795 │ │ │ # reset back to the original position. │ │ 796 │ │ │ orig_position = opened_file.tell() │ │ ā± 797 │ │ │ with _open_zipfile_reader(opened_file) as opened_zipfile: │ │ 798 │ │ │ │ if _is_torchscript_zip(opened_zipfile): │ │ 799 │ │ │ │ │ warnings.warn("'torch.load' received a zip file t │ │ 800 │ │ │ │ │ │ │ │ " dispatching to 'torch.jit.load' ( │ │ │ │ /home/user/.pyenv/versions/3.10.14/lib/python3.10/site-packages/torch/serial │ │ ization.py:283 in __init__ │ │ │ │ 280 │ │ 281 class _open_zipfile_reader(_opener): │ │ 282 │ def __init__(self, name_or_buffer) -> None: │ │ ā± 283 │ │ super().__init__(torch._C.PyTorchFileReader(name_or_buffer)) │ │ 284 │ │ 285 │ │ 286 class _open_zipfile_writer_file(_opener): │ ╰──────────────────────────────────────────────────────────────────────────────╯ RuntimeError: PytorchStreamReader failed reading zip archive: failed finding central directory

Container logs:

Fetching error logs...