ML server: RuntimeError: Failed to download https://clip-as-service.s3.us-east-2.amazonaws.com....

Hi, my ML doing a lot of post processing on a large amount of recently ingested files. I had a peek in the log file of the container immich_machine_learning and saw many errors:
2023-10-20 23:59:50 Failed to download
2023-10-20 23:59:50 https://clip-as-service.s3.us-east-2.amazonaws.com/models-436c69702d61732d536572
2023-10-20 23:59:50 76696365/onnx/ViT-B-32/textual.onnx with <HTTPError 403: 'Forbidden'> at the 0th
2023-10-20 23:59:50 attempt
2023-10-20 23:59:51 Failed to download
2023-10-20 23:59:51 https://clip-as-service.s3.us-east-2.amazonaws.com/models-436c69702d61732d536572
2023-10-20 23:59:51 76696365/onnx/ViT-B-32/textual.onnx with <HTTPError 403: 'Forbidden'> at the 1th
2023-10-20 23:59:51 attempt
2023-10-20 23:59:50 Failed to download
2023-10-20 23:59:50 https://clip-as-service.s3.us-east-2.amazonaws.com/models-436c69702d61732d536572
2023-10-20 23:59:50 76696365/onnx/ViT-B-32/textual.onnx with <HTTPError 403: 'Forbidden'> at the 0th
2023-10-20 23:59:50 attempt
2023-10-20 23:59:51 Failed to download
2023-10-20 23:59:51 https://clip-as-service.s3.us-east-2.amazonaws.com/models-436c69702d61732d536572
2023-10-20 23:59:51 76696365/onnx/ViT-B-32/textual.onnx with <HTTPError 403: 'Forbidden'> at the 1th
2023-10-20 23:59:51 attempt
Another example is
2023-10-20 23:59:34 File "/opt/venv/lib/python3.11/site-packages/clip_server/model/pretrained_models.py", line 239, in download_model
2023-10-20 23:59:34 raise RuntimeError(
2023-10-20 23:59:34 RuntimeError: Failed to download https://clip-as-service.s3.us-east-2.amazonaws.com/models-436c69702d61732d53657276696365/onnx/ViT-B-32/textual.onnx within retry limit 3
2023-10-20 23:59:34 File "/opt/venv/lib/python3.11/site-packages/clip_server/model/pretrained_models.py", line 239, in download_model
2023-10-20 23:59:34 raise RuntimeError(
2023-10-20 23:59:34 RuntimeError: Failed to download https://clip-as-service.s3.us-east-2.amazonaws.com/models-436c69702d61732d53657276696365/onnx/ViT-B-32/textual.onnx within retry limit 3
2 Replies
miknzau
miknzauOP2y ago
ok interesting thanks, I am not doing any searching but clearly is the same error so yep thanks for connecting

Did you find this page helpful?