I just installed JetPack 5.1 on AGX Orin, but I don’t see a corresponding binary package with PyTorch. Folder Index of /compute/redist/jp has versions up to v502. Should I use v502 or wait for v51?
Thanks @pauljurczak, yes we are working on the PyTorch wheels for JetPack 5.1 and plan to have them available soon hopefully. For now, I think you should be able to use the wheels from JetPack 5.0 (I was able to use those as well).
I found the following pytorch wheel file (for Jetpack 5.1) in the Deep Learning Frameworks Documentation:
torch-1.14.0a0+44dac51c.nv23.01-cp38-cp38-linux_aarch64.whl
Does this mean Jetson Orin officially support PyTorch 2.0 now?
I also did not find a supported torchvision version for torch-1.14. I compiled torchvision 0.14.1 from scratch and it seems to load using import torchvision. But need to verify if it actually works or not.
That was the version of torchvision I tried too (it seemed to work fine). You can also build PyTorch from scratch on an AGX Orin if you want a different version.