runtime error

Exit code: 1. Reason: al/lib/python3.10/site-packages/urllib3/response.py", line 813, 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 "/home/user/.local/lib/python3.10/site-packages/urllib3/response.py", line 727, in _error_catcher raise ProtocolError(f"Connection broken: {e!r}", e) from e urllib3.exceptions.ProtocolError: ('Connection broken: IncompleteRead(3418315351 bytes read, 441205777 more expected)', IncompleteRead(3418315351 bytes read, 441205777 more expected)) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 17, in <module> model = Wav2Vec2ForCTC.from_pretrained("facebook/mms-1b-all") File "/home/user/.local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 2909, in from_pretrained resolved_archive_file = cached_file(pretrained_model_name_or_path, filename, **cached_file_kwargs) File "/home/user/.local/lib/python3.10/site-packages/transformers/utils/hub.py", line 429, in cached_file resolved_file = hf_hub_download( File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 118, in _inner_fn return fn(*args, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1431, in hf_hub_download http_get( File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 551, in http_get for chunk in r.iter_content(chunk_size=10 * 1024 * 1024): File "/home/user/.local/lib/python3.10/site-packages/requests/models.py", line 818, in generate raise ChunkedEncodingError(e) requests.exceptions.ChunkedEncodingError: ('Connection broken: IncompleteRead(3418315351 bytes read, 441205777 more expected)', IncompleteRead(3418315351 bytes read, 441205777 more expected)) Downloading model.safetensors: 88%|████████▊ | 3.41G/3.86G [07:07<00:56, 7.98MB/s]

Container logs:

Fetching error logs...