I am having Jetson Xavier nx with jetpack 4.6
I want to install pytorch 1.9.0 in it.
Please tell me how to install pytorch 1.9.0 in Jetpack 4.6 in Jetson Xavier nx, as soon as possible
I will be very thankful to you.
Hi,
You can download it with the instructions from the below topic:
Below are pre-built PyTorch pip wheel installers for Jetson Nano, TX1/TX2, Xavier, and Orin with JetPack 4.2 and newer.
Download one of the PyTorch binaries from below for your version of JetPack, and see the installation instructions to run on your Jetson. These pip wheels are built for ARM aarch64 architecture, so run these commands on your Jetson (not on a host PC). You can also use the pre-built l4t-pytorch and l4t-ml container images and Dockerfiles .
PyTorch pip wheels
JetPack 5
PyTo…
Or you can use the l4t-pytorch or l4t-ml docker which has PyTorch preinstalled.
Thanks.