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
I'm trying to install this environment on a RTX3070 GPU, but after installation, when I run precompute_knn.py, it always raise this error:
NVIDIA GeForce RTX 3070 with CUDA capability sm_86 is not compatible with the current PyTorch installation. The current PyTorch install supports CUDA capabilities sm_37 sm_50 sm_60 sm_70.
If you want to use the NVIDIA GeForce RTX 3070 GPU with PyTorch.
I've tried to install cudatoolkit 11.7 and 11.3, but I got same error on both of them. I wonder what GPU the script was originally used on and is there a solution to my problem? Thanks in advance.
The text was updated successfully, but these errors were encountered:
I'm trying to install this environment on a RTX3070 GPU, but after installation, when I run precompute_knn.py, it always raise this error:
NVIDIA GeForce RTX 3070 with CUDA capability sm_86 is not compatible with the current PyTorch installation. The current PyTorch install supports CUDA capabilities sm_37 sm_50 sm_60 sm_70.
If you want to use the NVIDIA GeForce RTX 3070 GPU with PyTorch.
I've tried to install cudatoolkit 11.7 and 11.3, but I got same error on both of them. I wonder what GPU the script was originally used on and is there a solution to my problem? Thanks in advance.
The text was updated successfully, but these errors were encountered: