We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 047bbc7 commit c803f30Copy full SHA for c803f30
.github/workflows/android-perf-private-device-experiment.yml
@@ -57,6 +57,6 @@ jobs:
57
id-token: write
58
contents: read
59
with:
60
- 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' }}
61
devices: google_pixel_3_private_rooted
62
benchmark_configs: ${{ inputs.benchmark_configs }}
0 commit comments