MRH2000
October 23, 2024, 11:00am
1
Hello everyone,
I’m currently using a Jetson Orin NX with the following specifications:
JetPack Version : 5.1.3
CUDA Version : 11.4
Python Version : 3.8
Installed PyTorch : torch-2.1.0a0+41361538.nv23.06-cp38-cp38-linux_aarch64.whl
(working without issues)
I’m looking for a compatible torchvision
wheel that works with CUDA 11.4 and PyTorch 2.1.0.
If anyone has a link to the appropriate wheel file or guidance on how to install it, I would greatly appreciate your help!
Thank you!
Hi,
We don’t have prebuilt TorchVision for the JetPack 5 user.
Please build it from the source with the instructions below (under Instructions > Installation > torchvision )
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 containers from jetson-containers .
PyTorch pip wheels
JetPack 6
PyTorch v2.3.0 JetPack 6.0 (L4T R36.2…
Thanks.
system
Closed
November 20, 2024, 4:10am
5
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.