Skip to content

Commit 18845b0

Browse files
pytorchbotGuang Yang
andauthored
Update the job name to reflect the new generic benchmark app (#5837)
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 (cherry picked from commit bc4fd8a) Co-authored-by: Guang Yang <[email protected]>
1 parent 1a120d9 commit 18845b0

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/android-perf.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,9 @@ jobs:
176176
fi
177177
echo "::endgroup::"
178178
179-
build-llm-demo:
180-
name: build-llm-demo
181-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.5
179+
build-benchmark-app:
180+
name: build-benchmark-app
181+
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
182182
needs: set-parameters
183183
with:
184184
runner: linux.2xlarge
@@ -211,7 +211,7 @@ jobs:
211211
uses: pytorch/test-infra/.github/workflows/mobile_job.yml@release/2.5
212212
needs:
213213
- set-parameters
214-
- build-llm-demo
214+
- build-benchmark-app
215215
- export-models
216216
strategy:
217217
matrix:
@@ -226,10 +226,6 @@ jobs:
226226
# This is the ARN of ExecuTorch project on AWS
227227
project-arn: arn:aws:devicefarm:us-west-2:308535385114:project:02a2cf0f-6d9b-45ee-ba1a-a086587469e6
228228
device-pool-arn: ${{ matrix.device }}
229-
# Uploaded to S3 from the previous job, the name of the app comes from the project itself.
230-
# Unlike models there are limited numbers of build flavor for apps, and the model controls whether it should build with bpe/tiktoken tokenizer.
231-
# 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
232-
# one app+flavor that could load and run the model.
233229
android-app-archive: https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/${{ github.run_id }}/artifacts/minibench/app-debug.apk
234230
android-test-archive: https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/${{ github.run_id }}/artifacts/minibench/app-debug-androidTest.apk
235231
# NB: Need to set the default spec here so that it works for periodic too

0 commit comments

Comments
 (0)