-
Notifications
You must be signed in to change notification settings - Fork 6.7k
[Core][Node Labels 1/n] Add --labels param in ray start command to setting node labels #35433
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
Conversation
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.
Nice!!!
@@ -524,6 +524,13 @@ def debug(address): | |||
default=False, | |||
help="If True, the usage stats collection will be disabled.", | |||
) | |||
@click.option( | |||
"--labels", |
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.
maybe hidden=True,
for now and we can make it public after we finish everything
d135b72
to
e88f744
Compare
@pcmoritz could you review the core API change? |
The linkcheck error has been fixed elsewhere in this commit: d0153a3 |
9ca7b4b
to
1435d50
Compare
…ting node labels Signed-off-by: LarryLian <554538252@qq.com>
…ting node labels (ray-project#35433) Enhancing node affinity scheduling feature through node labels ray-project#34894 Signed-off-by: LarryLian <554538252@qq.com>
…ting node labels (ray-project#35433) Enhancing node affinity scheduling feature through node labels ray-project#34894 Signed-off-by: LarryLian <554538252@qq.com> Signed-off-by: e428265 <arvind.chandramouli@lmco.com>
Why are these changes needed?
python/ray/tests/test_node_labels.py
Other exceptional scenarios and boundary scenarios testing will be added later by new PR.
Related issue number
Enhancing node affinity scheduling feature through node labels #34894
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.