RVT
RVT copied to clipboard
RuntimeError:CUDA Setup failed despite GPU being available. Please run the following command to get more information:
Oh, God. When I changed the server environment and reinstalled rvt, I got an error:
'''
File "/data2/s/code/RVT/rvt/models/rvt_agent.py", line 12, in
python -m bitsandbytes
Inspect the output of the command and see if you can locate CUDA libraries. You might need to add them
to your LD_LIBRARY_PATH. If you suspect a bug, please take the information from python -m bitsandbytes
and open an issue at: https://github.com/TimDettmers/bitsandbytes/issues
'''
What is the reason for this?
Hi,
This seems like an error related to bitsandbytes. I have not encountered it in the past, so unfortunately, so unfortunately I can't help much with this. Maybe try posting your bits and bytes-related log in their official GitHub along with the version number.
I solved this by performing
pip uninstall bitsandbytes –y
pip install bitsandbytes