How to check if NCCL is installed correctly and can be used by PyTorch?

You can try

torch.cuda.nccl.version()
6 Likes