No NVIDIA GPU available or detected on Nvidia Jetson Orin Nano

Hi,

It doesn’t mean GPU is not available.
Usually, PyTorch means the package isn’t built with CUDA support.

To solve this, please re-install PyTorch with our package that has been built with CUDA:

Thanks.