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 }}