-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
[Tests][Doc] Remove LightningTrainer PBT Examples and Test #36476
[Tests][Doc] Remove LightningTrainer PBT Examples and Test #36476
Conversation
Signed-off-by: woshiyyya <xiaoyunxuan1998@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Should we also include "PBT is not compatible with LightningTrainer" somewhere in the docs? Another option is to just open an issue and collect feedback if users are actively trying to get that to work.
Signed-off-by: woshiyyya <xiaoyunxuan1998@gmail.com>
@justinvyu OK, added a note in the example. Another option is to just open an issue and collect feedback if users are actively trying to get that to work. Or maybe make post in discuss.ray.io? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 to creating a Github issue to track this as a feature request.
Created a tracking issue: #36660 |
…ct#36476) Signed-off-by: woshiyyya <xiaoyunxuan1998@gmail.com> Signed-off-by: e428265 <arvind.chandramouli@lmco.com>
Why are these changes needed?
Removing the PBT example for LightningTrainer to fix the flaky release test
lightning_gpu_tune_3x16_3x1.aws
.The perturbed learning rate set by PBT is also not used, since Lightning's optimizer state will be fully loaded back. In general, we should remove the samples and tests for LightningTrainer with PBT, since it currently doesn't actually do anything.
Kicked off a release test: https://buildkite.com/ray-project/release-tests-pr/builds/42409#0188c120-a83b-4233-ae49-b1b370db7bea
Related issue number
Closes #36403
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.