Skip to content

Conversation

@Dere-Wah
Copy link

@Dere-Wah Dere-Wah commented Nov 4, 2025

When building the libs-wheel package for CUDA 13, the script
was installing nvidia-cuda-runtime-cu13, which has been deprecated on
Oct 31 2025, making it impossible to install the package on CUDA 13.

This commit fixes the issue by installing nvidia-cuda-runtime instead. nvidia-cuda-runtime-cu12 and cu11 have not been deprecated,
so they are still being used when CUDA major is 12 or 11, to maintain existing behaviour.

Solves #4614

@Dere-Wah Dere-Wah requested a review from a team as a code owner November 4, 2025 21:10
When building the libs-wheel package for CUDA 13, the script
was installing nvidia-cuda-runtime-cu13, which has been deprecated on
Oct 31 2025, making it impossible to install the package on CUDA 13.

This commit fixes the issue by installing nvidia-cuda-runtime instead. nvidia-cuda-runtime-cu12 and cu11 have not been deprecated,
so they are still being used when CUDA major is 12 or 11, to maintain existing behaviour.
Solves NVIDIA#4614

Signed-off-by: Dere-Wah <[email protected]>
@Dere-Wah Dere-Wah force-pushed the davide/use-correct-cuda-runtime-dependency-for-cuda-13 branch from 600413c to 4d0ac54 Compare November 4, 2025 21:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant