onnxruntime-gpu cannot use cuda libs that installed via pip? #22563
Answered
by
tianleiwu
braindevices
asked this question in
Performance Q&A
-
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.
Answered by
tianleiwu
Oct 25, 2024
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
Answer selected by
braindevices
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nvidia-cublas-cu12 contains the libcublasLt.so.12 and libcublas.so.12.
Please run the following shell script to update
LD_LIBRARY_PATH
:After that you can try your python script again.
You can also do it in python like