runtime error
Exit code: 1. Reason: al/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(77916036 bytes read, 12410530 more expected)', IncompleteRead(77916036 bytes read, 12410530 more expected)) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/app.py", line 31, in <module> from scripts.download_models import main as download_models_main File "/app/scripts/download_models.py", line 5, in <module> SentenceTransformer("sentence-transformers/all-MiniLM-L6-v2") File "/usr/local/lib/python3.10/site-packages/sentence_transformers/SentenceTransformer.py", line 87, in __init__ snapshot_download(model_name_or_path, File "/usr/local/lib/python3.10/site-packages/sentence_transformers/util.py", line 491, in snapshot_download path = cached_download(**cached_download_args) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 118, in _inner_fn return fn(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 800, in cached_download http_get( File "/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 541, in http_get for chunk in r.iter_content(chunk_size=10 * 1024 * 1024): File "/usr/local/lib/python3.10/site-packages/requests/models.py", line 822, in generate raise ChunkedEncodingError(e) requests.exceptions.ChunkedEncodingError: ('Connection broken: IncompleteRead(77916036 bytes read, 12410530 more expected)', IncompleteRead(77916036 bytes read, 12410530 more expected)) Downloading model_O2.onnx: 81%|████████▏ | 73.4M/90.3M [00:01<00:00, 40.7MB/s]
Container logs:
Fetching error logs...