I was training my model when I ran into this error:
/home/user/miniconda3/envs/wei-pip/lib/python3.8/site-packages/torch/cuda/__init__.py:143: UserWarning:
NVIDIA GeForce RTX 3070 Laptop GPU with CUDA capability sm_86 is not compatible with the current PyTorch installation.
The current PyTorch install supports CUDA capabilities sm_35 sm_50 sm_60 sm_61 sm_70 sm_75 compute_50.
If you want to use the NVIDIA GeForce RTX 3070 Laptop GPU GPU with PyTorch, please check the instructions at https://pytorch.org/get-started/locally/
warnings.warn(incompatible_device_warn.format(device_name, capability, " ".join(arch_list), device_name))
I checked online and saw this post. I tried the fix suggested by Ilias_Giannakopoulos but it did not work. Any other ideas what I can do?
All of our current binaries support sm_86 and based on the error message it seems you might have installed an old PyTorch binary with CUDA<=10.2 support.