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 4285400 commit 26c5e34Copy full SHA for 26c5e34
.ci/pytorch/test.sh
@@ -593,9 +593,7 @@ test_distributed() {
593
"$TORCH_BIN_DIR"/TCPStoreTest --gtest_output=xml:$TEST_REPORTS_DIR/TCPStoreTest.xml
594
595
MPIEXEC=$(command -v mpiexec)
596
- # TODO: this is disabled on GitHub Actions until this issue is resolved
597
- # https://github.com/pytorch/pytorch/issues/60756
598
- if [[ -n "$MPIEXEC" ]] && [[ -z "$GITHUB_ACTIONS" ]]; then
+ if [[ -n "$MPIEXEC" ]]; then
599
MPICMD="${MPIEXEC} -np 2 $TORCH_BIN_DIR/ProcessGroupMPITest"
600
eval "$MPICMD"
601
fi
0 commit comments