-
Notifications
You must be signed in to change notification settings - Fork 6k
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
[tune] Turn on new execution path per default [no_early_kickoff] #34840
[tune] Turn on new execution path per default [no_early_kickoff] #34840
Conversation
Signed-off-by: Kai Fricke <kai@anyscale.com>
Hey Kai, are there any API changes as part of the new execution path? If no that's perfect, if yes we should make sure no existing code breaks as part of the change :) |
No API changes! Except for not accepting the already deprecated RayTrialExecutor anymore:
Otherwise - ideally - people won't even notice. |
Signed-off-by: Kai Fricke <kai@anyscale.com>
Signed-off-by: Kai Fricke <kai@anyscale.com>
Signed-off-by: Kai Fricke <kai@anyscale.com>
Signed-off-by: Kai Fricke <kai@anyscale.com>
Signed-off-by: Kai Fricke <kai@anyscale.com>
Signed-off-by: Kai Fricke <kai@anyscale.com>
Signed-off-by: Kai Fricke <kai@anyscale.com>
Signed-off-by: Kai Fricke <kai@anyscale.com>
Signed-off-by: Kai Fricke <kai@anyscale.com>
Signed-off-by: Kai Fricke <kai@anyscale.com>
Signed-off-by: Kai Fricke <kai@anyscale.com>
With some minor changes (moving 2 code blocks and one safety check) all CI tests are passing and failing tests seem unrelated. I've also kicked off a round of release tests (all tune_ tests and the air_benchmark_ tests), all of which are passing (except for 2 unstable tests that also fail on master). Thus it looks like we have functional parity and can go ahead. I'm preparing a PR to port over unit tests (#34833) which hopefully will be ready this week, too. |
…-project#34840) We've introduced a new execution path for Ray Tune behind a feature flag. The unit tests have been stable for some time. To get better dogfooding results, we should enable it per default, so that all unit and release tests are run using the new engine. If we run into problems, we can easily revert this PR before we cut the 2.5 release branch. Signed-off-by: Kai Fricke <kai@anyscale.com>
Why are these changes needed?
We've introduced a new execution path for Ray Tune behind a feature flag. The unit tests have been stable for some time. To get better dogfooding results, we should enable it per default, so that all unit and release tests are run using the new engine.
If we run into problems, we can easily revert this PR before we cut the 2.5 release branch.
Related issue number
Checks
git commit -s
) in this PR.scripts/format.sh
to lint the changes in this PR.method in Tune, I've added it in
doc/source/tune/api/
under thecorresponding
.rst
file.