runtime error
Exit code: 1. Reason: , in read data = self._raw_read(amt) File "/usr/local/lib/python3.10/site-packages/urllib3/response.py", line 1027, in _raw_read with self._error_catcher(): File "/usr/local/lib/python3.10/contextlib.py", line 153, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/python3.10/site-packages/urllib3/response.py", line 927, in _error_catcher raise ProtocolError(arg, e) from e urllib3.exceptions.ProtocolError: ('Connection broken: IncompleteRead(9363212211 bytes read, 9455153229 more expected)', IncompleteRead(9363212211 bytes read, 9455153229 more expected)) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 943, in <module> launch_pretrained() File "/home/user/app/app.py", line 396, in launch_pretrained hf_hub_download(repo_id="3DAIGC/LHM", repo_type='model', filename='LHM_prior_model.tar', local_dir="./") File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn return fn(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 840, in hf_hub_download return _hf_hub_download_to_local_dir( File "/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1136, in _hf_hub_download_to_local_dir _download_to_tmp_and_move( File "/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1543, in _download_to_tmp_and_move http_get( File "/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 452, in http_get for chunk in r.iter_content(chunk_size=constants.DOWNLOAD_CHUNK_SIZE): File "/usr/local/lib/python3.10/site-packages/requests/models.py", line 822, in generate raise ChunkedEncodingError(e) requests.exceptions.ChunkedEncodingError: ('Connection broken: IncompleteRead(9363212211 bytes read, 9455153229 more expected)', IncompleteRead(9363212211 bytes read, 9455153229 more expected))
Container logs:
Fetching error logs...