Train on two Jetson AGX Orin

Hi,

Ideally, it should be possible.

The main concern is the current distributed training frameworks (ex. PyTorch) are usually implemented with NCCL.
But NCCL is not available on the Jetson platform.

Thanks.