Any PyTorch versions supporting torch.distributed and nccl backend on jetson orin nano?

Hi,

torch.distributed uses MPI as the backend.
Based on the error, have you built OpenMPI with CUDA support?

Thanks.