-
Notifications
You must be signed in to change notification settings - Fork 192
chore: Update the UCX ver to 1.20.0 #988
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
Signed-off-by: Alexey Rivkin <[email protected]>
|
👋 Hi Alexey-Rivkin! Thank you for contributing to ai-dynamo/nixl. Your PR reviewers will review your contribution then trigger the CI to test your changes. 🚀 |
|
/build |
2 similar comments
|
/build |
|
/build |
|
Depends on the UCX v1.20 release |
The v1.20.0 release doesn't exist yet. Switch to v1.20.x branch which contains the pre-release code for UCX 1.20 series. Signed-off-by: Alexey Rivkin <[email protected]>
|
/build |
|
/build |
ovidiusm
left a comment
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.
Approving, because we have done it like this before, but it would be better to have a way to fix the exact commit instead of pointing to the branch, to have reproducible builds. Otherwise what is tested in verification might not be what is shipped in PyPi or dynamo
|
No, UCX 1.20 has not been released yet, 1.20.x is a release branch. That's why I am wondering if it might be better to point to the latest hash on the branch instead of the branch itself |
@brminich WDYT? |
IMO, pointing to the branch is ok, because it is release branch and we expect that only critical fixes will be merged there. |
|
/build |
|
Then I am also OK with using 1.20.x |
* chore: Update the UCX ver to 1.20.0 Signed-off-by: Alexey Rivkin <[email protected]> * chore: Use UCX v1.20.x branch instead of v1.20.0 tag The v1.20.0 release doesn't exist yet. Switch to v1.20.x branch which contains the pre-release code for UCX 1.20 series. Signed-off-by: Alexey Rivkin <[email protected]> --------- Signed-off-by: Alexey Rivkin <[email protected]> Co-authored-by: Mikhail Brinskiy <[email protected]>
What?
Update the UCX ver to 1.20.0