Skip to content

Commit bc4fd8a

Browse files
Guang Yangfacebook-github-bot
authored andcommitted
Update the job name to reflect the new generic benchmark app (#5829)
Summary: As titled Pull Request resolved: #5829 Reviewed By: kirklandsign Differential Revision: D63790787 Pulled By: guangy10 fbshipit-source-id: d350f8e0379df7b389e686afe3f19e432c8c6d08
1 parent 1abecce commit bc4fd8a

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/android-perf.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ jobs:
176176
fi
177177
echo "::endgroup::"
178178
179-
build-llm-demo:
180-
name: build-llm-demo
179+
build-benchmark-app:
180+
name: build-benchmark-app
181181
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
182182
needs: set-parameters
183183
with:
@@ -211,7 +211,7 @@ jobs:
211211
uses: pytorch/test-infra/.github/workflows/mobile_job.yml@main
212212
needs:
213213
- set-parameters
214-
- build-llm-demo
214+
- build-benchmark-app
215215
- export-models
216216
strategy:
217217
matrix:
@@ -228,10 +228,6 @@ jobs:
228228
# This is the ARN of ExecuTorch project on AWS
229229
project-arn: arn:aws:devicefarm:us-west-2:308535385114:project:02a2cf0f-6d9b-45ee-ba1a-a086587469e6
230230
device-pool-arn: ${{ matrix.device }}
231-
# Uploaded to S3 from the previous job, the name of the app comes from the project itself.
232-
# Unlike models there are limited numbers of build flavor for apps, and the model controls whether it should build with bpe/tiktoken tokenizer.
233-
# It's okay to build all possible apps with all possible flavors in job "build-llm-demo". However, in this job, once a model is given, there is only
234-
# one app+flavor that could load and run the model.
235231
android-app-archive: https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/${{ github.run_id }}/artifacts/minibench/app-debug.apk
236232
android-test-archive: https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/${{ github.run_id }}/artifacts/minibench/app-debug-androidTest.apk
237233
# NB: Need to set the default spec here so that it works for periodic too

0 commit comments

Comments
 (0)