From a87f42c18f4f6ba6e8cffc5bcd46e9134312bc7f Mon Sep 17 00:00:00 2001 From: Yang Wang Date: Thu, 13 Feb 2025 15:04:42 -0800 Subject: [PATCH] replace fetcher --- .github/workflows/android-perf.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/android-perf.yml b/.github/workflows/android-perf.yml index 8bebc7be1bc..0c76c6904ce 100644 --- a/.github/workflows/android-perf.yml +++ b/.github/workflows/android-perf.yml @@ -113,6 +113,8 @@ jobs: working-directory: extension/benchmark/android/benchmark run: | set -eux + + echo "hello" # The model will be exported in the next step to this S3 path MODEL_PATH="https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/${{ github.run_id }}/artifacts/${{ matrix.model }}_${{ matrix.config }}/model.zip"