Nvidia L4T Jetpack vs Nvidia L4T pytorch

I need to install latest version of CUDA, Pytorch for Jetpack 5.1
Would you suggest using Jetpack container and installing pytorch separately or use the pytorch framework and install CUDA separately?

Hi,

It depends on your use case.
The container can be found on the below NGC website:

The PyTorch package for JetPack 5.1 is available with the below command:
https://docs.nvidia.com/deeplearning/frameworks/install-pytorch-jetson-platform/index.html

Thanks.