I am unable to find the Pytorch version for cuda driver 12.2. Can anyone please guide me where can I find any material that helps.
I have installed currently pytorch version 11.7. While training the model i am facing following error.
** RuntimeError(CUDA_MISMATCH_MESSAGE.format(cuda_str_version, torch.version.cuda)
The detected CUDA version (12.2) mismatches the version that was used to compile PyTorch (11.7). Please make sure to use the same CUDA versions.**
PS : I have nvidia driver 535
Thanks in advance