From 7f6f8b96bb2bba92b8bc4e912e414da65d521f2d Mon Sep 17 00:00:00 2001 From: hanchao Date: Tue, 3 Sep 2024 02:30:15 +0000 Subject: [PATCH] update --- torch/distributed/distributed_c10d.py | 1 + 1 file changed, 1 insertion(+) diff --git a/torch/distributed/distributed_c10d.py b/torch/distributed/distributed_c10d.py index d178f976c5682..26cb1cda1db8c 100644 --- a/torch/distributed/distributed_c10d.py +++ b/torch/distributed/distributed_c10d.py @@ -87,6 +87,7 @@ "is_nccl_available", "is_torchelastic_launched", "is_ucc_available", + "is_xccl_available", "isend", "monitored_barrier", "new_group",