From 9fa6a49250fdbd96e8f7a5f4765bc6b32b41b6ce Mon Sep 17 00:00:00 2001 From: Huy Do Date: Tue, 15 Apr 2025 16:07:27 -0700 Subject: [PATCH] Set the default list of models running on private devices --- .github/workflows/android-perf-private-device-experiment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android-perf-private-device-experiment.yml b/.github/workflows/android-perf-private-device-experiment.yml index ffbd1e064b1..0108ab119ca 100644 --- a/.github/workflows/android-perf-private-device-experiment.yml +++ b/.github/workflows/android-perf-private-device-experiment.yml @@ -57,6 +57,6 @@ jobs: id-token: write contents: read with: - models: ${{ inputs.models }} + models: ${{ inputs.models || 'mv3,meta-llama/Llama-3.2-1B-Instruct-SpinQuant_INT4_EO8,meta-llama/Llama-3.2-1B-Instruct-QLORA_INT4_EO8' }} devices: google_pixel_3_private_rooted benchmark_configs: ${{ inputs.benchmark_configs }}