Skip to content

Commit 590249b

Browse files
authored
Update mc_multigpu_test.py
1 parent adafccb commit 590249b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/mc_multigpu_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
)
1111

1212

13-
# backend = "nccl"
14-
backend = "gloo"
13+
backend = "nccl"
14+
# backend = "gloo"
1515
# set_seed(42)
1616
setup(backend=backend)
1717
device = get_device()

0 commit comments

Comments
 (0)