ragflow icon indicating copy to clipboard operation
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

Open icedfired opened this issue 1 year ago • 1 comments

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

icedfired avatar May 23 '24 10:05 icedfired

I don't have clue either. onnxruntime seems not to be friendly enough to CUDA things.

KevinHuSh avatar May 24 '24 00:05 KevinHuSh

Fixed by https://github.com/infiniflow/ragflow/pull/4711

yuzhichang avatar Feb 05 '25 04:02 yuzhichang