Hello, I’m getting this error whenever I try to run anything with Torch:
UserWarning:
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_61 sm_70 sm_75 compute_37.
If you want to use the GeForce RTX 3090 GPU with PyTorch, please check the instructions at https://pytorch.org/get-started/locally/
Does this simply mean that 3090’s aren’t supported yet or is there something I can do to enable support. Currently using CUDA 10.2, PyTorch 1.6
Thanks in advance
TeraChad