|
95 | 95 | if: ${{ inputs.pytorch != 'nightly_wheel' }}
|
96 | 96 | uses: actions/download-artifact@v4
|
97 | 97 | with:
|
98 |
| - name: Torch-XPU-Wheel-${{ github.event.pull_request.number || github.sha }} |
| 98 | + name: Torch-XPU-Wheel-${{ github.event.pull_request.number || github.sha }}-${{ inputs.pytorch }} |
99 | 99 | path: ${{ github.workspace }}
|
100 | 100 | - name: Install Pytorch XPU
|
101 | 101 | run: |
|
@@ -339,7 +339,7 @@ jobs:
|
339 | 339 | if: ${{ inputs.pytorch != 'nightly_wheel' }}
|
340 | 340 | uses: actions/download-artifact@v4
|
341 | 341 | with:
|
342 |
| - name: Torch-XPU-Wheel-${{ github.event.pull_request.number || github.sha }} |
| 342 | + name: Torch-XPU-Wheel-${{ github.event.pull_request.number || github.sha }}-${{ inputs.pytorch }} |
343 | 343 | path: ${{ github.workspace }}
|
344 | 344 | - name: Install Pytorch XPU
|
345 | 345 | run: |
|
@@ -474,7 +474,7 @@ jobs:
|
474 | 474 | if: ${{ inputs.pytorch != 'nightly_wheel' }}
|
475 | 475 | uses: actions/download-artifact@v4
|
476 | 476 | with:
|
477 |
| - name: Torch-XPU-Wheel-${{ github.event.pull_request.number || github.sha }}-${{ inputs.abi }} |
| 477 | + name: Torch-XPU-Wheel-${{ github.event.pull_request.number || github.sha }}-${{ inputs.pytorch }} |
478 | 478 | path: ${{ github.workspace }}
|
479 | 479 | - name: Install Pytorch XPU
|
480 | 480 | run: |
|
@@ -534,7 +534,7 @@ jobs:
|
534 | 534 | echo -e "[ERROR] XCCL is not enabled"
|
535 | 535 | exit 1
|
536 | 536 | fi
|
537 |
| - timeout 10000 python run_distributed_local.py 2>${{ github.workspace }}/ut_log/pytorch_distributed/pytorch_distributed_test_error.log | tee ${{ github.workspace }}/ut_log/pytorch_distributed/pytorch_distributed_test.log |
| 537 | + python run_distributed_local.py 2>${{ github.workspace }}/ut_log/pytorch_distributed/pytorch_distributed_test_error.log | tee ${{ github.workspace }}/ut_log/pytorch_distributed/pytorch_distributed_test.log |
538 | 538 | cd ${{ github.workspace }}
|
539 | 539 | sudo cp ptrace_scope.bk /proc/sys/kernel/yama/ptrace_scope
|
540 | 540 | - name: UT Test Results Check
|
|
0 commit comments