onnxruntime-gpu cannot use cuda libs that installed via pip? #22563
Unanswered
braindevices
asked this question in
Performance Q&A
Replies: 1 comment
-
nvidia-cublas-cu12 contains the libcublasLt.so.12 and libcublas.so.12. Please run the following shell script to update
After that you can try your python script again. You can also do it in python like
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
how could I get it to work?
other package seems to be able to use cublas from the pip installed version:
Beta Was this translation helpful? Give feedback.
All reactions