CUDA 13: use releases, not nightlies, for PyTorch wheels#5356
Merged
rapids-bot[bot] merged 9 commits intorapidsai:mainfrom Dec 4, 2025
Merged
CUDA 13: use releases, not nightlies, for PyTorch wheels#5356rapids-bot[bot] merged 9 commits intorapidsai:mainfrom
rapids-bot[bot] merged 9 commits intorapidsai:mainfrom
Conversation
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
Member
Author
|
Moving this to draft since it's non-urgent and doesn't have reviews yet anyway. I'll use it to test rapidsai/ci-imgs#333 |
Member
Author
|
/ok to test |
Member
Author
|
/ok to test |
rapids-bot bot
pushed a commit
to rapidsai/ci-imgs
that referenced
this pull request
Dec 2, 2025
Reverts #331 The incident with conda-forge that led to #331 has been resolved, so we do not need to keep depending on prefix's conda-forge mirror. ## Notes for Reviewers ### How I tested this Put the following into conda-based CI scripts in a `cugraph` PR (rapidsai/cugraph#5356) ```shell conda config --file /opt/conda/.condarc --remove-key custom_multichannels ``` And saw jobs succeed and use only the conda-forge main channel (not the prefix mirror) ```text ... + _libgcc_mutex 0.1 conda_forge conda-forge 3kB + _openmp_mutex 4.5 2_gnu conda-forge 24kB + attr 2.5.2 h39aace5_0 conda-forge 68kB + bzip2 1.0.8 hda65f42_8 conda-forge 260kB + c-ares 1.34.5 hb9d3cd8_0 conda-forge 207kB ... ``` ([conda-cpp-tests link](https://github.com/rapidsai/cugraph/actions/runs/19872962730/job/56955273132?pr=5356)) Authors: - James Lamb (https://github.com/jameslamb) Approvers: - https://github.com/jakirkham - Bradley Dice (https://github.com/bdice) URL: #333
bdice
approved these changes
Dec 2, 2025
Member
Author
|
Re-ran |
Member
Author
|
/merge |
8 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Contributes to rapidsai/build-planning#208
Follow-up to #5236
Similar to rapidsai/cugraph-gnn#355
PyTorch now has official releases with CUDA 13 support. This switches from nightlies to those releases for wheels in CI here.