Skip to content

Commit 4658409

Browse files
committed
try GLOO_SOCKET_IFNAME: "eth0"
1 parent b7d5d49 commit 4658409

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/ci-tests-fabric.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
TORCH_URL_TEST: "https://download.pytorch.org/whl/test/cpu/"
8181
# TODO: Remove this - Enable running MPS tests on this platform
8282
DISABLE_MPS: ${{ matrix.os == 'macOS-14' && '1' || '0' }}
83+
GLOO_SOCKET_IFNAME: "eth0" # trying to avoid "gloo" issue with SIGABRT
8384
steps:
8485
- uses: actions/checkout@v4
8586

tests/tests_fabric/utilities/test_distributed.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ def _test_all_reduce(strategy):
123123
[torch.device("cpu"), torch.device("cpu")],
124124
],
125125
)
126-
@pytest.mark.flaky(reruns=3) # flaky with "process 0 terminated with signal SIGABRT" (GLOO)
127126
def test_collective_operations(devices, process):
128127
spawn_launch(process, devices)
129128

0 commit comments

Comments
 (0)