Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 9845864

Browse files
authored
Update run-readme-pr-linuxaarch64.yml to use correct runner
1 parent 2b555b1 commit 9845864

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/run-readme-pr-linuxaarch64.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
test-readme-cpu:
1212
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
1313
with:
14-
runner: linux-aarch64
14+
runner: linux.arm64.2xlarge
1515
gpu-arch-type: cuda
1616
gpu-arch-version: "12.1"
1717
timeout: 60
@@ -35,7 +35,7 @@ jobs:
3535
test-quantization-cpu:
3636
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
3737
with:
38-
runner: linux-aarch64
38+
runner: linux.arm64.2xlarge
3939
gpu-arch-type: cuda
4040
gpu-arch-version: "12.1"
4141
timeout: 60
@@ -54,7 +54,7 @@ jobs:
5454
test-gguf-cpu:
5555
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
5656
with:
57-
runner: linux-aarch64
57+
runner: linux.arm64.2xlarge
5858
gpu-arch-type: cuda
5959
gpu-arch-version: "12.1"
6060
timeout: 60
@@ -78,7 +78,7 @@ jobs:
7878
test-advanced-cpu:
7979
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
8080
with:
81-
runner: linux-aarch64
81+
runner: linux.arm64.2xlarge
8282
gpu-arch-type: cuda
8383
gpu-arch-version: "12.1"
8484
timeout: 60
@@ -102,7 +102,7 @@ jobs:
102102
test-evaluation-cpu:
103103
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
104104
with:
105-
runner: linux-aarch64
105+
runner: linux.arm64.2xlarge
106106
gpu-arch-type: cuda
107107
gpu-arch-version: "12.1"
108108
timeout: 60

0 commit comments

Comments
 (0)