-
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
[Build] 1.19.0 still depends on CUDA 11.x #21965
Comments
Work normal with CUDA 12.4.0 (with GPU) and don't work with CUDA 12.4.1 (dll files changed in CUDA 12.4.1) |
It's true that both onnxruntime-win-x64-gpu-1.19.0.zip and onnxruntime-win-x64-cuda-1.19.0.zip depends on cuda 11.x and cudnn8.x. A walkaround is to copy the dll files from onnxruntime-gpu 1.19.0 python package, which supports cuda 12.x and cudnn 9.x. The coming 1.19.2 release shall support cuda 12.x and cudnn 9.x in onnxruntime-win-x64-gpu-1.19.2.zip. |
@tibortakacs, Please try onnxruntime-win-x64-gpu-1.19.2.zip in https://github.com/microsoft/onnxruntime/releases/tag/v1.19.2 |
|
Thank you, all, for hard work and fixing this. Fantastic. |
When releasing the pip onnxruntime-gpu package, can 11.x also be added, for example:
When installing in this way, you only need to:
or cuda 12.x and cudnn 9.x
|
@juntaosun, you can install python package for cuda 11.8 (and cudnn 8.9) like
|
Describe the issue
Although the description of the 1.19.0 release writes that "Default GPU packages use CUDA 12.x and Cudnn 9.x", the 1.19.0 build still depends on CUDA 11.x.
Urgency
No response
Target platform
Windows
Build script
n/a
Error / output
n/a
Visual Studio Version
No response
GCC / Compiler Version
No response
The text was updated successfully, but these errors were encountered: