I am trying to install MONAI Label. For that, I need to install Pytorch and activate GPU first. I follow the official instructions to install them but Cuda is still not enabled in the specific anaconda env for MONAI.
system: windows 11 GPU: Nvidia GeForce RTX 3070
Here is what I first did:
- install GPU driver version==531.61
- install the Cuda toolkit from the website, locally on Windows. version==12.1
- install CuDNN based on instructions
Then I realized MONAI Label and PyTorch are compatible with a lower version of CUDA. So I uninstalled the GPU driver and CUDA Toolkit from the Windows apps. Then installed the compatible versions as in the instructions on the website. (also changed the PATH in system variables)
BUT, when I check the version using ‘nvidia-smi’ I still get that the CUDA version is 12.1 and the GPU driver is 531.61. and ‘torch.cuda.is_available())’ is False.
Any advice on what I can do to resolve this issue? respectively downgrading the diver and the toolkit.
I would appreciate any ideas. Thank you in advance.