Lost in guides from different years

I’m trying to find the best guide for setting up my AGX Orin using Jetpack 6.1, to use Docker and pytorch, torchvision, and torchaudio. Most guides don’t seem to work on my version. If you’ve been successful, do have notes I might be able to borrow?

Thanks in advance!

p.s. This is my first original topic. I hope it’s in the correct place.

Hi,
Here are some suggestions for the common issues:

1. Performance

Please run the below command before benchmarking deep learning use case:

$ sudo nvpmodel -m 0
$ sudo jetson_clocks

2. Installation

Installation guide of deep learning frameworks on Jetson:

3. Tutorial

Startup deep learning tutorial:

4. Report issue

If these suggestions don’t help and you want to report an issue to us, please attach the model, command/step, and the customized app (if any) with us to reproduce locally.

Thanks!

1 Like

Thanks for the reply! You’re my first reply. I was worried I was shadow banned.

Thanks for the guide. I’m also working on my own step by step that I’ll be posting as soon as I can finally get something working.

Hi,

You can set up docker with the instructions shared below:

PyTorch, TorchVision, and TorchAudio prebuilt packages for Jetson can be found in the link below:
https://pypi.jetson-ai-lab.dev/jp6/cu126

Thanks.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.