We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 395b4d6 commit 5889cc3Copy full SHA for 5889cc3
.github/workflows/apple-perf.yml
@@ -76,7 +76,7 @@ jobs:
76
# on-demand and periodic benchmarking.
77
CRON_DEFAULT_MODELS: "stories110M,mv3,mv2,ic4,ic3,resnet50,edsr,mobilebert,w2l"
78
CRON_DEFAULT_DEVICES: "apple_iphone_15"
79
- CRON_DEFAULT_DELEGATES: "nnpack,coreml,mps"
+ CRON_DEFAULT_DELEGATES: "xnnpack,coreml,mps"
80
run: |
81
set -ex
82
MODELS="${{ inputs.models }}"
0 commit comments