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 8cce45b commit 234ba5fCopy full SHA for 234ba5f
.github/workflows/android-perf.yml
@@ -136,7 +136,7 @@ jobs:
136
fail-fast: false
137
with:
138
runner: linux.4xlarge
139
- docker-image: executorch-ubuntu-22.04-clang12-android
+ docker-image: executorch-ubuntu-22.04-qnn-sdk
140
submodules: 'true'
141
timeout: 60
142
upload-artifact: android-models
.github/workflows/trunk.yml
@@ -302,7 +302,7 @@ jobs:
302
303
304
runner: linux.2xlarge
305
306
307
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
308
timeout: 900
0 commit comments