Skip to content

Commit 8d5ef1d

Browse files
Guang Yangfacebook-github-bot
Guang Yang
authored andcommitted
Add nongenai models to apple perf (#5370)
Summary: bypass-github-export-checks Pull Request resolved: #5370 Reviewed By: shoumikhin Differential Revision: D62672590 Pulled By: guangy10 fbshipit-source-id: 6945e14f6ef429328a28d6c9616df87514d729da
1 parent a7618c5 commit 8d5ef1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/apple-perf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ jobs:
7474
# Separate default values from the workflow dispatch. To ensure defaults are accessible
7575
# during scheduled runs and to provide flexibility for different defaults between
7676
# on-demand and periodic benchmarking.
77-
CRON_DEFAULT_MODELS: "stories110M"
77+
CRON_DEFAULT_MODELS: "stories110M,mv3,ic4,resnet50,edsr,mobilebert,w2l"
7878
CRON_DEFAULT_DEVICES: "apple_iphone_15"
79-
CRON_DEFAULT_DELEGATES: "xnnpack"
79+
CRON_DEFAULT_DELEGATES: "xnnpack,coreml"
8080
run: |
8181
set -ex
8282
MODELS="${{ inputs.models }}"

0 commit comments

Comments
 (0)