I'm trying to install, but receive the following error:
# bash make.sh
No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda'
Traceback (most recent call last):
File "setup.py", line 69, in <module>
ext_modules=get_extensions(),
File "setup.py", line 42, in get_extensions
raise NotImplementedError('Cuda is not availabel')
NotImplementedError: Cuda is not availabel
I'm trying to install, but receive the following error:
I added that in make.sh:
But that just changed the error to:
No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda-11.0'
This is torch.cuda.is_available() that returns false.