From c208922c2bd4487a1bebd98dc3766d2172515e82 Mon Sep 17 00:00:00 2001 From: Huy Do Date: Mon, 23 Dec 2024 23:33:41 -0800 Subject: [PATCH] Fix template typo --- .../android/benchmark/android-llm-device-farm-test-spec.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/benchmark/android/benchmark/android-llm-device-farm-test-spec.yml.j2 b/extension/benchmark/android/benchmark/android-llm-device-farm-test-spec.yml.j2 index a9412f6a0e..0d41274a31 100644 --- a/extension/benchmark/android/benchmark/android-llm-device-farm-test-spec.yml.j2 +++ b/extension/benchmark/android/benchmark/android-llm-device-farm-test-spec.yml.j2 @@ -9,7 +9,7 @@ phases: pre_test: commands: # Print this so that the upload script can read and process the benchmark config - echo "The benchmark config is {{ benchmark_config_id }}" + - echo "The benchmark config is {{ benchmark_config_id }}" # Download the model from S3 - curl -s --fail '{{ model_path }}' -o model.zip