ragflow
ragflow copied to clipboard
[Question]: FAIL : Failed to load library libonnxruntime_providers_cuda.so with error: libcublasLt.so.11: cannot open shared object file: No such file or directory
Describe your problem
我在docker中采用命令 pip install onnxruntime-gpu --extra-index-url https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/onnxruntime-cuda-12/pypi/simple/ 安装了onnxruntime-gpu,但是代码执行过程中为什么会去找libcublasLt.so.11的库文件,而不是libcublasLt.so.12
I don't have clue either. onnxruntime seems not to be friendly enough to CUDA things.
Fixed by https://github.com/infiniflow/ragflow/pull/4711