Hello, I’m installing PyTorch on Jetson Nano with JetPack4.6.1 and cuda10.2. According to the official documentation, I installed the PyTorch 1.11.0a0+bfe5ad28 [Linalg] Add a runtime switch to let pytorch prefer a backend impl in… · pytorch/pytorch@bfe5ad2 · GitHub.
But when I using pytorch with cuda to run yolov3, I got the problem that
Found GPU0 NVIDIA Tegra X1 which is of cuda capability 5.3.
PyTorch no longer supports this GPU because it is too old.
The minimum cuda capability supported by this library is 6.2.
NVIDIA Tegra X1 with CUDA capability sm_53 is not compatible with the current PyTorch installation.
The current PyTorch install supports CUDA capabilities sm_62 sm_72.
how should I do to solve this problem.
Thanks.
my hardware info:
Read more here: Source link