[Build] libonnxruntime_providers_cuda.so with error: libcublasLt.so.12: cannot open shared object file: No such file or directory #22968
Labels
build
build issues; typically submitted using template
Describe the issue
C++ infer output this error
Urgency
No response
Target platform
linux/amd64
Build script
ScopedTimer timer("Overall detection");
Error / output
Build files have been written to: /home/zhibo/whs/yolos-cpp/build
root@zhibo:/home/zhibo/whs/yolos-cpp/build# make -j4
[ 16%] Building CXX object CMakeFiles/image_inference.dir/src/image_inference.cpp.o
[ 33%] Building CXX object CMakeFiles/camera_inference.dir/src/camera_inference.cpp.o
[ 50%] Building CXX object CMakeFiles/video_inference.dir/src/video_inference.cpp.o
[ 66%] Linking CXX executable camera_inference
[ 83%] Linking CXX executable image_inference
[100%] Linking CXX executable video_inference
[100%] Built target image_inference
[100%] Built target camera_inference
[100%] Built target video_inference
root@zhibo:/home/zhibo/whs/yolos-cpp/build# ./video_inference
Inference device: GPU
terminate called after throwing an instance of 'Ort::Exception'
what(): /onnxruntime_src/onnxruntime/core/session/provider_bridge_ort.cc:1539 onnxruntime::Provider& onnxruntime::ProviderLibrary::Get() [ONNXRuntimeError] : 1 : FAIL : Failed to load library libonnxruntime_providers_cuda.so with error: libcublasLt.so.12: cannot open shared object file: No such file or directory
Visual Studio Version
No response
GCC / Compiler Version
No response
The text was updated successfully, but these errors were encountered: