GTX 770 not working with PyTorch

Hello iam trying to train my model with my NVIDIA GTX 770. I am getting this error and i cant find way to make this work. It says my GPU is old. It is possible to make this GPU work with PyTorch ?

thank you

Found GPU0 GeForce GTX 770 which is of cuda capability 3.0.
    PyTorch no longer supports this GPU because it is too old.
    The minimum cuda capability that we support is 3.5.

GeForce GTX 770 with CUDA capability sm_30 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.

You won’t be able to use PyTorch in its current version with this GPU architecture, as the min. compute capability is 3.5.
I would recommend to use e.g. Colab with the free GPU runtimes.

1 Like