runtime error
Exit code: 1. Reason: n3.10/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/utils/_http.py", line 63, in send return super().send(request, *args, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/requests/adapters.py", line 532, 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: 8b5e8e22-f1b7-4884-aef7-22ef0baedc3f)') The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 13, in <module> model = yolov5.load(current_model_id) File "/home/user/.local/lib/python3.10/site-packages/yolov5/helpers.py", line 50, in load_model model = attempt_load(model_path, device=device, fuse=False) # arbitrary model File "/home/user/.local/lib/python3.10/site-packages/yolov5/models/experimental.py", line 79, in attempt_load ckpt = torch.load(attempt_download(w), map_location='cpu') # load File "/home/user/.local/lib/python3.10/site-packages/yolov5/utils/downloads.py", line 74, in attempt_download result = attempt_donwload_from_hub(file, hf_token=hf_token) File "/home/user/.local/lib/python3.10/site-packages/yolov5/utils/downloads.py", line 151, in attempt_donwload_from_hub 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 1377, in hf_hub_download raise LocalEntryNotFoundError( huggingface_hub.utils._errors.LocalEntryNotFoundError: An error happened while trying to locate the file on the Hub and we cannot find the requested files in the local cache. Please check your connection and try again or make sure your Internet connection is on.
Container logs:
Fetching error logs...