Hello everyone, i’m aware that there are already a few post for this topic, but none of the answer i considered seems to help.
I’m trying to use pytorch on a machine with CUDA and CUDNN already installed.
I have not the permission to change the CUDA and CUDNN versions.
nividia-smi produces:
“NVIDIA-SMI 470.57.02 Driver Version: 470.57.02 CUDA Version: 11.4”
I can’t find the right pytorch version for using gpus.
“torch.cuda_is_available() returns False”.
I really need that system to be able to work.
A help is really needed, thank you.