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 da26e82 commit fbcd3beCopy full SHA for fbcd3be
.github/actions/linux-uttest/action.yml
@@ -157,6 +157,7 @@ runs:
157
export CCL_ROOT=$(dirname $(which python))/../
158
export PATH="${CCL_ROOT}/bin/libfabric:${PATH}"
159
export LD_LIBRARY_PATH="${CCL_ROOT}/lib:${LD_LIBRARY_PATH}"
160
+ export TEMP_DIR=/tmp
161
python run_distributed_local.py \
162
2> ${{ github.workspace }}/ut_log/xpu_distributed/xpu_distributed_test_error.log | \
163
tee ${{ github.workspace }}/ut_log/xpu_distributed/xpu_distributed_test.log
0 commit comments