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 b8687ec commit 631d08aCopy full SHA for 631d08a
.github/actions/linux-uttest/action.yml
@@ -147,10 +147,6 @@ runs:
147
if: ${{ inputs.ut_name == 'xpu_distributed' }}
148
run: |
149
xpu-smi topology -m
150
- sudo rm -rf ${{ github.workspace }}/ptrace_scope.bk
151
- sudo cp /proc/sys/kernel/yama/ptrace_scope ${{ github.workspace }}/ptrace_scope.bk
152
- cat ${{ github.workspace }}/ptrace_scope.bk
153
- echo "0" |sudo tee /proc/sys/kernel/yama/ptrace_scope
154
mkdir -p ut_log/xpu_distributed
155
pip install pytest pytest-timeout xmlrunner unittest-xml-reporting zstandard transformers
156
cp ../pytorch/third_party/torch-xpu-ops/.github/scripts/ut_result_check.sh ut_log/xpu_distributed/
0 commit comments