Is onnxruntime1.17.0+ only supports CUDA 12? #19987
Replies: 1 comment 3 replies
-
What's your operating system version? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, my cuda environment is as follows with 8 A100 GPU:
it works well in
onnxruntime-gpu 1.16.3
&python 3.9.13
. I want to upgradeonnxruntime-gpu
to 1.17.1, so I usepip install onnxruntime-gpu==1.17.1
but I get the following error message:What I'm wondering is whether
onnxruntime1.17.0+
only supports CUDA 12. By the way, I can installonnxruntime 1.17.1
withpip install onnxruntime==1.17.1
Beta Was this translation helpful? Give feedback.
All reactions