Skip to content

Commit e9c620d

Browse files
committed
try changes from PR 2962
Signed-off-by: Anatoly Myachev <[email protected]>
1 parent bd5b0b9 commit e9c620d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/inductor-tests-reusable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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: |

scripts/patch-pytorch.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@ echo "Applying PyTorch patches in $REPO_ROOT"
1616
cd "$REPO_ROOT"
1717

1818
curl -sSL https://github.com/pytorch/pytorch/pull/126516.diff | git apply -
19-
curl -sSL https://github.com/pytorch/pytorch/pull/142242.diff | git apply -

0 commit comments

Comments
 (0)