Skip to content

Commit e59dbea

Browse files
committed
Ready to land
1 parent af73f8e commit e59dbea

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/apple-perf.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
# on-demand and periodic benchmarking.
7777
CRON_DEFAULT_MODELS: "stories110M,mv3,mv2,ic4,ic3,resnet50,edsr,mobilebert,w2l"
7878
CRON_DEFAULT_DEVICES: "apple_iphone_15"
79-
CRON_DEFAULT_DELEGATES: "xnnpack,coreml,mps"
79+
CRON_DEFAULT_DELEGATES: "nnpack,coreml,mps"
8080
run: |
8181
set -ex
8282
MODELS="${{ inputs.models }}"
@@ -287,8 +287,7 @@ jobs:
287287
permissions:
288288
id-token: write
289289
contents: read
290-
# TODO: TESTING https://github.com/pytorch/test-infra/pull/5770, REVERT BEFORE SUBMITTING
291-
uses: pytorch/test-infra/.github/workflows/mobile_job.yml@fix-ratelimit-mobile-jobs
290+
uses: pytorch/test-infra/.github/workflows/mobile_job.yml@main
292291
strategy:
293292
matrix:
294293
model: ${{ fromJson(needs.set-parameters.outputs.models) }}
@@ -301,8 +300,7 @@ jobs:
301300
device-type: ios
302301
# For iOS testing, the runner just needs to call AWS Device Farm, so there is no need to run this on macOS
303302
runner: linux.2xlarge
304-
# TODO: TESTING https://github.com/pytorch/test-infra/pull/5770, REVERT BEFORE SUBMITTING
305-
test-infra-ref: 'fix-ratelimit-mobile-jobs'
303+
test-infra-ref: ''
306304
# This is the ARN of ExecuTorch project on AWS
307305
project-arn: arn:aws:devicefarm:us-west-2:308535385114:project:02a2cf0f-6d9b-45ee-ba1a-a086587469e6
308306
device-pool-arn: ${{ matrix.device }}

0 commit comments

Comments
 (0)