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...