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 4658409 commit 8ac0a9eCopy full SHA for 8ac0a9e
.github/workflows/ci-tests-fabric.yml
@@ -80,7 +80,7 @@ jobs:
80
TORCH_URL_TEST: "https://download.pytorch.org/whl/test/cpu/"
81
# TODO: Remove this - Enable running MPS tests on this platform
82
DISABLE_MPS: ${{ matrix.os == 'macOS-14' && '1' || '0' }}
83
- GLOO_SOCKET_IFNAME: "eth0" # trying to avoid "gloo" issue with SIGABRT
+ GLOO_SOCKET_IFNAME: "eth0" # trying to avoid "gloo" issue with SIGABRT
84
steps:
85
- uses: actions/checkout@v4
86
0 commit comments