Skip to content

Commit 9d35227

Browse files
committed
fix
1 parent 5be3346 commit 9d35227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android-perf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
sed -i -e 's,{{ model_path }},'"${MODEL_PATH}"',g' android-llm-device-farm-test-spec.yml.j2
122122
123123
124-
BINARY_PATH="https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/${{ github.run_id }}/artifacts/xnn_executor_runner
124+
BINARY_PATH="https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/${{ github.run_id }}/artifacts/xnn_executor_runner"
125125
sed -i -e 's,{{ binary_path }},'"${BINARY_PATH}"',g' android-llm-device-farm-test-spec.yml.j2
126126
127127
BENCHMARK_CONFIG_ID=$(echo "${{ matrix.model }}_${{ matrix.config }}" | sed -e 's/[^A-Za-z0-9._-]/_/g')

0 commit comments

Comments
 (0)