-
Notifications
You must be signed in to change notification settings - Fork 28
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
task
: optionally skip downloading artefacts on destroy
#303
Comments
Cents, if you use We can either allow this choice or create a separate cache directory that never gets synchronized back; it would be used to store the intermediate data (not artifacts) using during the training process. |
I prefer also this
also the time to sync, can be hours were your machine is asking to die. For some reason it takes some CPU in my local machine |
#307 could reduce considerably the pull times, especially when there is nothing to pull. 😜 Still having an option to disable pulling the data doesn't seem like a bad idea either. |
Because users are the ones who choose what gets downloaded and what doesn't. Still, if artifacts are huge it will be the same. |
task
destroy, I do not care of the artefacts. Can we avoid the sync?task
destroy
task
destroy
task
: optionally skip downloading artefacts on destroy
Would also be interested in this feature. In our use-case with DVC we can handle updating remote cache and creating pull request on the remote cloud machine after model training, so the data syncing back to the CI/CD runner machine is not needed and only increases pipeline run times unnecessarily. |
Right now destroy syncs data having unnecessary cloud traffic (to be paid). If i do not care about the data back we can have a flag
pullOnDestroy
to be able to set this like #301The text was updated successfully, but these errors were encountered: