Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

when computer falls asleep download starts from scratch #69

Open
hugokoopmans opened this issue Feb 15, 2025 · 1 comment
Open

when computer falls asleep download starts from scratch #69

hugokoopmans opened this issue Feb 15, 2025 · 1 comment
Labels

Comments

@hugokoopmans
Copy link

can we detect the download was interrupted and continue where we left off?

@hugokoopmans hugokoopmans changed the title when coputer falls asleep download starts from scratch when computer falls asleep download starts from scratch Feb 15, 2025
@PetervanLunteren
Copy link
Owner

That would be very helpful! Especially since we want to add a feature in the future that will download entire environments during runtime. So some kind of function that takes in a list with urls and works with some sort of mechanism that either continues the model download when interrupted, or downloads it to /temp/ folder and only moves it to the correct location after success. That makes sure that users will not be able to continue with half downloaded models or environments.

The current code that downloads the files is here. I have placed it on the todo list, please have ago with it if you feel like!

Or @arky if you have some spare time and feel comfortable with having a go with this one ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants