Hi @cl2,Thanks for bringing up your concerns; always happy to help ๐
Upon going through the details, it appears there was an HTTP connection error downloading artifacts. This typically shouldnโt happen, but it can occur intermittently as a transient network issue resulting in artifactory failure.
As an immediate workaround, we would recommend adding a retry around the model download logic. We could also add a couple of retries to this logic with 1 second of sleep between the retries - time.sleep(1) to clear the issue.
Leave a like if this helps, followups are appreciated.
Kudos
Ayushi