Skip to content

Commit 7d24a86

Browse files
committed
gemini suggestion
Signed-off-by: Lehui Liu <[email protected]>
1 parent fbc9c3f commit 7d24a86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ray/train/torch/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def _setup_torch_process_group(
149149
return
150150
print(">>> os.environ[\"XLA_USE_SPMD\"] = ", os.environ["XLA_USE_SPMD"])
151151
dist.init_process_group(
152-
backend='gloo',
152+
backend='xla',
153153
init_method='env://',
154154
rank=world_rank,
155155
world_size=world_size,

0 commit comments

Comments
 (0)