-
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
[air/output] Switch on per default #35389
Conversation
Signed-off-by: Kai Fricke <[email protected]>
Signed-off-by: Kai Fricke <[email protected]>
Signed-off-by: Kai Fricke <[email protected]>
|
||
IS_NOTEBOOK = ray.widgets.util.in_notebook() | ||
|
||
|
||
def get_air_verbosity( | ||
verbose: Union[int, AirVerbosity, Verbosity] | ||
) -> Optional[AirVerbosity]: | ||
if os.environ.get("RAY_AIR_NEW_OUTPUT", "0") == "0": |
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.
Update docstring again to reflect this? 😄
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.
Ah yeah, updated!
@@ -33,9 +33,9 @@ Context-aware progress reporting | |||
|
|||
.. note:: | |||
|
|||
This feature is *disabled by default* in Ray 2.5. | |||
This feature is *enabled by default* in Ray 2.5. |
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.
This feature is *enabled by default* in Ray 2.5. | |
This feature is *enabled by default* in Ray 2.6. |
Signed-off-by: Kai Fricke <[email protected]>
This reverts commit 6e9dfd9.
Reverts #35745 after fixing windows encoding issue. Signed-off-by: Kai Fricke <[email protected]>
After ray-project#35129 prepared the switch, this PR actually flicks it: It enables the new context-aware output engine per default. This was moved into a separate PR so it's easily revertible and can be enabled quickly after branch cut. Signed-off-by: Kai Fricke <[email protected]>
…project#35745) This reverts commit 6e9dfd9.
…"" (ray-project#35895) Reverts ray-project#35745 after fixing windows encoding issue. Signed-off-by: Kai Fricke <[email protected]>
After ray-project#35129 prepared the switch, this PR actually flicks it: It enables the new context-aware output engine per default. This was moved into a separate PR so it's easily revertible and can be enabled quickly after branch cut. Signed-off-by: Kai Fricke <[email protected]> Signed-off-by: e428265 <[email protected]>
…project#35745) This reverts commit 6e9dfd9. Signed-off-by: e428265 <[email protected]>
…"" (ray-project#35895) Reverts ray-project#35745 after fixing windows encoding issue. Signed-off-by: Kai Fricke <[email protected]> Signed-off-by: e428265 <[email protected]>
Why are these changes needed?
After #35129 prepared the switch, this PR actually flicks it: It enables the new context-aware output engine per default.
This was moved into a separate PR so it's easily revertible and can be enabled quickly after branch cut.
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.