You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
I receive this error when I launch the setup.py script:
RuntimeError:
The detected CUDA version (11.7) mismatches the version that was used to compile
PyTorch (10.2). Please make sure to use the same CUDA versions.
I did several tests uninstalling and installing several CUDA and PyTorch versions without success.
What is the correct CUDA/PyTorch versions pair to use?
Note that I followed the instructions to create the correct dependencies by the environment.yaml file and it ends with no errors.
The text was updated successfully, but these errors were encountered:
Hi.
I receive this error when I launch the setup.py script:
RuntimeError:
The detected CUDA version (11.7) mismatches the version that was used to compile
PyTorch (10.2). Please make sure to use the same CUDA versions.
I did several tests uninstalling and installing several CUDA and PyTorch versions without success.
What is the correct CUDA/PyTorch versions pair to use?
Note that I followed the instructions to create the correct dependencies by the environment.yaml file and it ends with no errors.
The text was updated successfully, but these errors were encountered: