airllm icon indicating copy to clipboard operation
airllm copied to clipboard

COMPILED_WITH_CUDA error requires libcuda.so

Open nickums opened this issue 1 year ago • 0 comments

"CUDA Setup failed despite GPU being available. ... the main CUDA library was not detected.... Find the cuda library via: find / -name libcuda.so 2>/dev/null 2b): Once the library is found add it to the LD_LIBRARY_PATH: "

I have CUDA installed with pytorch. I do not have the file libcuda.so anywhere in my site-packages. what can I do?

nickums avatar Apr 28 '24 15:04 nickums