runtime error
Exit code: 1. Reason: home/user/.local/lib/python3.8/site-packages/urllib3/response.py", line 835, in _raw_read raise IncompleteRead(self._fp_bytes_read, self.length_remaining) File "/usr/local/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/user/.local/lib/python3.8/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(261088961 bytes read, 1299692576 more expected)', IncompleteRead(261088961 bytes read, 1299692576 more expected)) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "app.py", line 4, in <module> model = BioGptForCausalLM.from_pretrained("microsoft/biogpt") File "/home/user/.local/lib/python3.8/site-packages/transformers/modeling_utils.py", line 2208, in from_pretrained resolved_archive_file = cached_file(pretrained_model_name_or_path, filename, **cached_file_kwargs) File "/home/user/.local/lib/python3.8/site-packages/transformers/utils/hub.py", line 409, in cached_file resolved_file = hf_hub_download( File "/home/user/.local/lib/python3.8/site-packages/huggingface_hub/utils/_validators.py", line 118, in _inner_fn return fn(*args, **kwargs) File "/home/user/.local/lib/python3.8/site-packages/huggingface_hub/file_download.py", line 1445, in hf_hub_download http_get( File "/home/user/.local/lib/python3.8/site-packages/huggingface_hub/file_download.py", line 552, in http_get for chunk in r.iter_content(chunk_size=10 * 1024 * 1024): File "/home/user/.local/lib/python3.8/site-packages/requests/models.py", line 818, in generate raise ChunkedEncodingError(e) requests.exceptions.ChunkedEncodingError: ('Connection broken: IncompleteRead(261088961 bytes read, 1299692576 more expected)', IncompleteRead(261088961 bytes read, 1299692576 more expected)) pytorch_model.bin: 16%|█▌ | 252M/1.56G [00:06<00:32, 40.1MB/s]
Container logs:
Fetching error logs...