-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot find libcublas or libcuda #34
Comments
|
even when i copy them from in my case they were installed at /opt/cuda/lib64/libcublas.so.11 to usr/lib/x86_64-linux-gnu/ sukima still gives that error |
huh, what i tried is to install cublas package on its own and cuda, so i assume that bits and bytes is not reading it correctly |
i can import bitsandbytes in a seperate file without error |
Same problem on vanilla Arch, though it is easy to just run Postgres in Docker and the app natively in a Conda environment (by installing what is in |
I'm also having the exact same issue with the same GPU, cuda drivers also installed, and python3.9 as well. |
if i had to guess, its either a python issue or a package issue, my best bet would be to figure out where its trying to import it from and put it there |
digging into it, the issue is with bitsandbytes .so file; even the python says its not maintained, maybe updating the package since 113 isnt supported anymore |
although for details of this specific error:
|
ok so i edited docker-compose_nvidia-gpu.yaml to have on artix i have both nvidia-docker and nvidia-docker-compose |
both fail on windows nvidia and non nvidia version |
found fix to it like a month ago was gonna make a pr but never got around to it, i'll do it soon |
Was running in to this as well. Tried the workarounds here to no effect, same with some other fixes tested though don't remember exactly what as that was a month ago. If there is a fix, that'd be great. |
i made pr with fix that worked for me in #36 |
thanks! |
The machine is 5.18.12-artix1-1 with RTX 3060 with nvidia drivers, cuda package installed, python3.9
output for
ldconfig -v | grep libcuda
output for
ldconfig -v | grep libcublas
output for normal
sudo docker-compose up
output for
sudo docker-compose -f docker-compose_nvidia-gpu.yaml up
The text was updated successfully, but these errors were encountered: