You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FAIL : Failed to load library libonnxruntime_providers_cuda.so with error: libcublasLt.so.11: cannot open shared object file: No such file or directory #21684
when i inference with optimum.onnxruntime,an error occurred:
FAIL : Failed to load library libonnxruntime_providers_cuda.so with error: libcublasLt.so.11: cannot open shared object file: No such file or directory
my env is as follow:
cuda 12.1
cudnn8
onnxruntime-gpu 1.16
so I tried to update onnxruntime-gpu to 1.18.0, but the same error still occurred.
But when I updated the version of onnxruntime-gpu to 1.18.1, another error occurred, as follows: FAIL : Failed to load library libonnxruntime_providers_cuda.so with error: libcudnn.so.9: cannot open shared object file: No such file or directory
so, with cuda12.1 and cudnn8, which version of onnxruntime-gpu should i install?