Skip to content

Commit 5076e82

Browse files
author
Github Executorch
committed
[Not To Merge] Testing
1 parent 11beed1 commit 5076e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/apple-perf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
# Separate default values from the workflow dispatch. To ensure defaults are accessible
7777
# during scheduled runs and to provide flexibility for different defaults between
7878
# on-demand and periodic benchmarking.
79-
CRON_DEFAULT_MODELS: ${{ github.event_name == 'schedule' && 'stories110M,mv3,mv2,ic4,ic3,resnet50,edsr,mobilebert,w2l' || 'stories110M' }}
79+
CRON_DEFAULT_MODELS: ${{ github.event_name == 'schedule' && 'stories110M,mv3,mv2,vit,ic4,ic3,resnet50,edsr,mobilebert,w2l' || 'stories110M' }}
8080
CRON_DEFAULT_DEVICES: apple_iphone_15
8181
CRON_DEFAULT_DELEGATES: ${{ github.event_name == 'schedule' && 'xnnpack,coreml,mps' || 'xnnpack' }}
8282
run: |

0 commit comments

Comments
 (0)