jozu-ai / kitops

Tools for easing the handoff between AI/ML and App/SRE teams.
https://KitOps.ml
Apache License 2.0
261 stars 24 forks source link

Enable retrying/resuming downloads/uploads if they fail #290

Closed amisevsk closed 2 weeks ago

amisevsk commented 1 month ago

Describe the problem you're trying to solve On slower internet connections, it can take a while to download/upload modelkits if they are large. Currently, the CLI has very limited capabilities for retrying/resuming downloads in case of a network issue.

Describe the solution you'd like Enable retries in the download/upload client to avoid failing on small hiccups.

Describe alternatives you've considered Additionally, we could try to extend functionality to allow resuming partially-completed downloads, if the registry supports it.

Additional context Add any other context or screenshots about the feature request here.

bmicklea commented 2 weeks ago

Closing as dupe of #311