-
Notifications
You must be signed in to change notification settings - Fork 4
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
Update UCX pinnings (to support 1.18.0) #138
Comments
jameslamb
changed the title
Update UCX pinnings (to support 1.18.0
Update UCX pinnings (to support 1.18.0)
Jan 22, 2025
Thanks James! 🙏 |
This was referenced Jan 23, 2025
vyasr
pushed a commit
to rapidsai/devcontainers
that referenced
this issue
Jan 23, 2025
Contributes to rapidsai/build-planning#138 Follow-up to #441
rapids-bot bot
pushed a commit
to rapidsai/cugraph
that referenced
this issue
Jan 24, 2025
Contributes to rapidsai/build-planning#138 Updates to using UCX 1.18 in pip devcontainers here. Authors: - James Lamb (https://github.com/jameslamb) Approvers: - https://github.com/jakirkham URL: #4890
rapids-bot bot
pushed a commit
to rapidsai/cuml
that referenced
this issue
Jan 24, 2025
Contributes to rapidsai/build-planning#138 Updates to using UCX 1.18 in pip devcontainers here. Authors: - James Lamb (https://github.com/jameslamb) Approvers: - Ray Douglass (https://github.com/raydouglass) - https://github.com/jakirkham URL: #6249
rapids-bot bot
pushed a commit
to rapidsai/cugraph-gnn
that referenced
this issue
Jan 24, 2025
Contributes to rapidsai/build-planning#138 Updates to using UCX 1.18 in pip devcontainers here. Authors: - James Lamb (https://github.com/jameslamb) Approvers: - https://github.com/jakirkham URL: #112
rapids-bot bot
pushed a commit
to rapidsai/raft
that referenced
this issue
Jan 24, 2025
Contributes to rapidsai/build-planning#138 Updates to using UCX 1.18 in pip devcontainers here. Also updates `rapids-dependency-file-generator` and `pre-commit-hooks` hooks to their latest versions. Authors: - James Lamb (https://github.com/jameslamb) Approvers: - https://github.com/jakirkham - Gil Forsyth (https://github.com/gforsyth) URL: #2550
rapids-bot bot
pushed a commit
to rapidsai/nx-cugraph
that referenced
this issue
Jan 24, 2025
) Contributes to rapidsai/build-planning#138 Updates to using UCX 1.18 in pip devcontainers here. Also updates to the latest version of `rapids-dependency-file-generator` in `pre-commit` config. Authors: - James Lamb (https://github.com/jameslamb) Approvers: - https://github.com/jakirkham - Gil Forsyth (https://github.com/gforsyth) URL: #65
rapids-bot bot
pushed a commit
to rapidsai/cuvs
that referenced
this issue
Jan 24, 2025
…604) Contributes to rapidsai/build-planning#138 Updates to using UCX 1.18 in pip devcontainers here. Also fixes some small `update-version.sh` issues, and updates references that were outdated as a result of those issues. Authors: - James Lamb (https://github.com/jameslamb) Approvers: - Gil Forsyth (https://github.com/gforsyth) - https://github.com/jakirkham - Corey J. Nolet (https://github.com/cjnolet) URL: #604
Thanks again James and Peter for working on this upgrade! 🙏 It looks like we have all of the current PRs merged Is there anything else still remaining here? |
Nope, now that those PRs are closed, this is complete. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
UCX 1.18 was recently released. We should update to support it across RAPIDS.
Notes
Created this issue based on #77. Note from there:
depends_on_ucx_build
: this refers what UCX version should be used to build and must be equal the minimum version we support, for exampleucx==1.15.0
means we build against version 1.15.0 and that's the minimum required version at runtime;depends_on_ucx_run
: this refers what UCX versions we support running, the minimum version should match at least what's defined independs_on_ucx_build
and has no theoretical upper limit, as API/ABI should be compatible, for exampleucx>=1.15.0,<1.19
.Approach
Do these in this order.
updates
Then these.
devcontainers
The text was updated successfully, but these errors were encountered: