Skip to content

Commit 615f659

Browse files
committed
Merge branch 'cyfan' of https://github.com/numericalEFT/MCintegration.py into cyfan
2 parents b02e147 + 4ca23a5 commit 615f659

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)