-
Notifications
You must be signed in to change notification settings - Fork 27
Add CUDA 13.3 CI images #417
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
Changes from all commits
cae5ed6
d35832c
f37badc
0617864
bb99957
dbba45e
0e643df
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,10 +2,10 @@ | |
| # SPDX-License-Identifier: Apache-2.0 | ||
| CUDA_VER: | ||
| - "12.2.2" | ||
| - "12.9.1" | ||
| - "13.0.2" | ||
| - "13.1.1" | ||
| - "13.2.0" | ||
| - "12.9.2" | ||
| - "13.0.3" | ||
|
Comment on lines
+5
to
+6
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think it could be ok to take these minor pins, let's do this. But we shoudn't move up our floors on
|
||
| - "13.2.1" | ||
| - "13.3.0" | ||
| PYTHON_VER: | ||
| - "3.11" | ||
| - "3.12" | ||
|
|
||
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.
Shouldn't this also be
13.3.0?Uh oh!
There was an error while loading. Please reload this page.
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.
ci-wheelis pinned to 13.0.x for (painful) reasons described in rapidsai/build-planning#257 and rapidsai/build-planning#268.Also the conda images pinned in
latest.yamlshould be13.2.1and not13.3.0because we haven't completed the 13.3 migration yet. We only roll thelatest.yamlforward once the migration is complete (this was missed in the 13.2 migration).