runtime error

Exit code: 1. Reason: request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.10/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_http.py", line 93, in send return super().send(request, *args, **kwargs) File "/usr/local/lib/python3.10/site-packages/requests/adapters.py", line 713, in send raise ReadTimeout(e, request=request) requests.exceptions.ReadTimeout: (ReadTimeoutError("HTTPSConnectionPool(host='huggingface.co', port=443): Read timed out. (read timeout=10)"), '(Request ID: ceba4f9e-40cb-4b40-ac23-6560bb713534)') During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 71, in <module> model_l, preprocess_val_l, text_features_l = initialize_model("marqo-ecommerce-embeddings-L", progress=progress_bar) File "/home/user/app/app.py", line 53, in initialize_model model, preprocess_train, preprocess_val = open_clip.create_model_and_transforms(f"hf-hub:Marqo/{model_name}") File "/usr/local/lib/python3.10/site-packages/open_clip/factory.py", line 484, in create_model_and_transforms model = create_model( File "/usr/local/lib/python3.10/site-packages/open_clip/factory.py", line 282, in create_model config = _get_hf_config(model_id, cache_dir=cache_dir) File "/usr/local/lib/python3.10/site-packages/open_clip/factory.py", line 84, in _get_hf_config config_path = download_pretrained_from_hf( File "/usr/local/lib/python3.10/site-packages/open_clip/pretrained.py", line 755, in download_pretrained_from_hf raise FileNotFoundError(f"Failed to download file ({filename}) for {model_id}. Last error: {e}") FileNotFoundError: Failed to download file (open_clip_config.json) for Marqo/marqo-ecommerce-embeddings-L. Last error: (ReadTimeoutError("HTTPSConnectionPool(host='huggingface.co', port=443): Read timed out. (read timeout=10)"), '(Request ID: ceba4f9e-40cb-4b40-ac23-6560bb713534)')

Container logs:

Fetching error logs...