-
-
Notifications
You must be signed in to change notification settings - Fork 719
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
Add descriptions for UCX config options #4683
Conversation
cc @quasiben if you get a moment to look at the descriptions here |
Also cc @pentschev who has done a lot of the UCX docs |
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.
A few minor suggestions, but otherwise LGTM. Thanks @charlesbluca !
Co-authored-by: Peter Andreas Entschev <[email protected]>
Check failure is due to a timeout - not sure why it happened, but don't think it's related to these changes |
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 looks good to me.
I've triggered the CI to see if the failure is consistent.
I just merged |
Lots of failures around |
Ah, yeah sorry about that -- it's being resolved over in #4719 |
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 @charlesbluca! This is in
This PR adds descriptions for the UCX options in the Dask configuration reference, as part of efforts to simplify the Dask-CUDA documentation.
It also changes the default values of several of these options from
null
toFalse
, as I feel that makes it more explicitly clear that these options are disabled by default (and I don't think this change should have any impact on the behavior of Distributed).black distributed
/flake8 distributed
/isort distributed