No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.2'

I’m trying to install fairseq and continuously run into the error: “No CUDA runtime is found, using CUDA_HOME=‘xxxx’”

Tried print(torch.cuda.is_available()) and it prints true

Hi @240217901 ,
This doesnt look like a cudnn issue, hence we suggest you to raise it to the concerned forum.
However for reference i came across one such issue, which you may find helpful.

Thanks

Which forum do you suggest to put this issue in?
And I checked the similar issue, it doesn’t help. I’m not running this on my windows instead of a docker env.