-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[Doc] cuda and cudnn requirements for 1.18.1 gpu packages #21377
Conversation
isn't this a little misleading? this makes it look like our default packages are built with CUDA 12.x which is not the case. |
Installation is described in another doc, there are different ways for installing cuda 11.x and cuda 12.x: Here we describe cuda and cudnn vesion. For example, if user has cuda 12, they will look up the first table to find cudnn version. If they have cuda 11, they need look at the second table to find cudnn version. |
Ok yeah understood. your modifications improves on the previous docs. thanks! it's just that people might be expecting CUDA 12.x to be the default since it's listed first and they don't go and read the additional instructions. In any case, I think we need to switch CUDA 12.x to be the default for our package installations asap. |
Description
Add CUDA and cuDNN requirements for 1.18.1 GPU package.
Motivation and Context
#21354
#21173