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
This is the error message: Could not locate cublasLt64_13.dll. Please make sure it is in your library path!
Invalid handle. Cannot load symbol cublasLtCreate
This is the source code: var inferenceResult = YOLOModel.Run(new[] { NamedOnnxValue.CreateFromTensor("images", tensorImage) });
Relevant context will be provided at the end
Environment Description and Attempted Fixes (All Failed)
Environment
ONNX Runtime GPU version (current): 1.19.1
.NET 9 LTS
NVIDIA GeForce RTX 5060 Ti graphics card
CUDA 12.9 + cuDNN 9.12
Attempted Fixes (All Failed)
Replaced all versions of ONNX Runtime GPU
Changed ONNX opset versions to 19 and 16 respectively
The core issue is that my CUDA Toolkit environment is version 12.8, but the program actively searches for the file cublasLt64_13.dll which does not exist in CUDA Toolkit 12.8.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
ONNX推理问题
报错代码以及报错信息
环境描述以及尝试过的修复的办法(均失败)
Error Code and Error Message
Environment Description and Attempted Fixes (All Failed)
the code shwo bug
Beta Was this translation helpful? Give feedback.
All reactions