Skip to content

Commit f05e946

Browse files
committed
Use iPhone 15 pro
Signed-off-by: Huy Do <[email protected]>
1 parent 6c516e4 commit f05e946

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/apple-perf-private-device-experiment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
description: Target devices to run benchmark
2424
required: false
2525
type: string
26-
default: apple_iphone_15+private
26+
default: apple_iphone_15+pro_private
2727
benchmark_configs:
2828
description: The list of configs used the benchmark
2929
required: false
@@ -39,7 +39,7 @@ on:
3939
description: Target devices to run benchmark
4040
required: false
4141
type: string
42-
default: apple_iphone_15+private
42+
default: apple_iphone_15+pro_private
4343
benchmark_configs:
4444
description: The list of configs used the benchmark
4545
required: false
@@ -58,5 +58,5 @@ jobs:
5858
contents: read
5959
with:
6060
models: ${{ inputs.models || github.event_name == 'schedule' && 'Qwen/Qwen3-0.6B,HuggingFaceTB/SmolLM2-135M,meta-llama/Llama-3.2-1B,allenai/OLMo-1B-hf,google/gemma-3-1b-it' || 'google/gemma-3-1b-it' }}
61-
devices: apple_iphone_15+private
61+
devices: apple_iphone_15+pro_private
6262
benchmark_configs: ${{ inputs.benchmark_configs }}

0 commit comments

Comments
 (0)