-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Epic: Launch cloud experiments from CLI #9461
Comments
Another use for this would be that it could replace the current CI workflow. The CI script could use default runners and use dvc to launch the cloud experiment. The actual runner and experiment execution would be managed by Studio. I'm working on the CI setup for Gitlab now, and it feels almost impossible to configure everything right to configure a self-hosted runner, execute the dvc experiment on it, and setup the right cml commands. Even in the alpha state, I would much rather work with cloud experiments even from within CI. |
Yes, this was one of the main points I was also trying to make. On top of being simpler to set up, I think it would be also:
|
Closing in favor of https://github.com/iterative/studio/issues/8429. |
Summary / Background
Cloud experiments in Studio will allow for running experiments on cloud runners without CI. This could give DVC a way to launch remote experiments (similar to dvc machine). Thanks to @daavoo for raising the idea.
Scope
dvc exp show
does not need to track these)Assumptions
Open Questions
Blockers / Dependencies
General Approach
Possible syntax:
Alternatively, it could immediately start with the queue and be something like:
Steps
Must have (p1)
Timelines
Need to discuss priority first
The text was updated successfully, but these errors were encountered: