Hi. Can anyone help me with this? sm_86 is not compatible with current pytorch installation

.local/lib/python3.7/site-packages/torch/cuda/init.py:143: UserWarning:
NVIDIA GeForce RTX 3090 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 3090 GPU with PyTorch, please check the instructions at Start Locally | PyTorch

You’ve most likely installed the pip wheel or conda binary with the CUDA 10.2 runtime, which is not compatible with your GPU. Install the CUDA 11.3 (or 11.5 nightly) binary and it should work.