We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c03660a commit b7d5d49Copy full SHA for b7d5d49
tests/tests_fabric/utilities/test_distributed.py
@@ -123,6 +123,7 @@ def _test_all_reduce(strategy):
123
[torch.device("cpu"), torch.device("cpu")],
124
],
125
)
126
+@pytest.mark.flaky(reruns=3) # flaky with "process 0 terminated with signal SIGABRT" (GLOO)
127
def test_collective_operations(devices, process):
128
spawn_launch(process, devices)
129
0 commit comments