diff --git a/.github/workflows/apple-perf.yml b/.github/workflows/apple-perf.yml index e214e33ac1c..0fc095e4da3 100644 --- a/.github/workflows/apple-perf.yml +++ b/.github/workflows/apple-perf.yml @@ -74,9 +74,9 @@ jobs: # Separate default values from the workflow dispatch. To ensure defaults are accessible # during scheduled runs and to provide flexibility for different defaults between # on-demand and periodic benchmarking. - CRON_DEFAULT_MODELS: "stories110M" + CRON_DEFAULT_MODELS: "stories110M,mv3,ic4,resnet50,edsr,mobilebert,w2l" CRON_DEFAULT_DEVICES: "apple_iphone_15" - CRON_DEFAULT_DELEGATES: "xnnpack" + CRON_DEFAULT_DELEGATES: "xnnpack,coreml" run: | set -ex MODELS="${{ inputs.models }}"