File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -34,11 +34,11 @@ jobs:
3434 build :
3535 name : Test
3636 runs-on :
37- - ${{ inputs.runner_label || 'max1550 ' }}
37+ - ${{ inputs.runner_label || 'rolling ' }}
3838 timeout-minutes : 720
3939 defaults :
4040 run :
41- shell : bash -noprofile --norc -eo pipefail -c "source /opt/intel/oneapi/setvars .sh > /dev/null; source {0}"
41+ shell : bash -noprofile --norc -eo pipefail -c "source /opt/intel/oneapi/2025.0/oneapi-vars .sh > /dev/null; source {0}"
4242 steps :
4343 - name : Print inputs
4444 run : |
Original file line number Diff line number Diff line change @@ -16,4 +16,3 @@ echo "Applying PyTorch patches in $REPO_ROOT"
1616cd " $REPO_ROOT "
1717
1818curl -sSL https://github.com/pytorch/pytorch/pull/126516.diff | git apply -
19- curl -sSL https://github.com/pytorch/pytorch/pull/142242.diff | git apply -
You can’t perform that action at this time.
0 commit comments