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 93bc94c commit 8c7b920Copy full SHA for 8c7b920
.github/actions/linux-uttest/action.yml
@@ -184,6 +184,7 @@ runs:
184
export CCL_ROOT=$(dirname $(which python))/../
185
export PATH="${CCL_ROOT}/bin/libfabric:${PATH}"
186
export LD_LIBRARY_PATH="${CCL_ROOT}/lib:${LD_LIBRARY_PATH}"
187
+ export TEMP_DIR=/tmp
188
python run_distributed_local.py \
189
2> ${{ github.workspace }}/ut_log/xpu_distributed/xpu_distributed_test_error.log | \
190
tee ${{ github.workspace }}/ut_log/xpu_distributed/xpu_distributed_test.log
0 commit comments