Hello, I have a Nvidia Jetson Orin Nano that comes with the Jetpack system and supports CUDA 12.2.1. I want to process images using CUDA and the GPU. If I download torch, torchvision, and torchaudio via pip from the official PyTorch website, which are compatible with CUDA 12.1, will I be able to process images using CUDA and the GPU?
No, since these PyTorch binaries were built for x86. You would this need to download the PyTorch wheels for Jetson from e.g. here.