-
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
[Tune] Custom progress reporter ignored from 2.6.0 #38202
Comments
@krfricke could you take a look to see if this is related to the AIR output changes? |
Is it possible to estimate when this is likely to be looked at? |
Hey @bwohlberg I just took a look, this seems to be because there was a rollout of a new progress reporter. If you reduce the logging level (in your script it's set to ERROR), you can see the following:
To use your custom progress reporter right now, you can set the |
Thanks @matthewdeng, that seemed to do the trick. Will you leave this issue open until the new progress reporter also supports customization, so that an update can be added here when this is added? |
Yeah I can do that. |
Great, thanks for your help with this! |
* Resolve ray.tune deprecation warnings * Resolve ray-project/ray#38202 * Change ray version requirements * Fix tests
What happened + What you expected to happen
Up to and including 2.5.1, the mechanism for specifying a custom progress reported functioned as documented. Since 2.6.0, it seems to be ignored, with the standard progress report being printed despite specification of a custom reported.
Running the test script under 2.5.1 or earlier produces the minimal output from the custom reported as expected. Under 2.6.0 and later, the entire standard reporter output is printed.
Versions / Dependencies
Works in Ray 2.5.1, broken in Ray 2.6.0. Tested under Python 3.9.16 running under Ubuntu 22.04.2.
Reproduction script
Issue Severity
High: It blocks me from completing my task.
The text was updated successfully, but these errors were encountered: