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 1f89b65 commit 2fc532fCopy full SHA for 2fc532f
.github/workflows/_linux_ut.yml
@@ -485,7 +485,7 @@ jobs:
485
fi
486
python run_distributed_local.py \
487
2>${{ github.workspace }}/ut_log/xpu_distributed/pytorch_distributed_test_error.log | \
488
- tee ${{ github.workspace }}/ut_log/xpu_distributed/pytorch_distributed_test.log
+ tee ${{ github.workspace }}/ut_log/xpu_distributed/pytorch_distributed_test.log || true
489
cp *.xml ${{ github.workspace }}/ut_log
490
- name: Reset Ptrace_scope
491
if: ${{ always() }}
0 commit comments