Skip to content

Commit 3bd73e6

Browse files
committed
init
1 parent f341da8 commit 3bd73e6

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.ci/scripts/gather_benchmark_configs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"mps",
4242
# TODO: Add support for llama3 ane
4343
# "llama3_coreml_ane",
44+
"llama3_coreml_ane",
4445
],
4546
}
4647

.github/workflows/apple-perf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ jobs:
261261
-kv \
262262
--disable_dynamic_shape \
263263
--coreml \
264-
--coreml-ios 17 \
264+
--coreml-ios 18 \
265265
--coreml-quantize c4w \
266266
--coreml-compute-units cpu_and_ne \
267267
--output_name="${OUT_ET_MODEL_NAME}.pte"

build/build_apple_frameworks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ HEADERS_PATH="include"
2424

2525
PLATFORMS=("ios" "simulator" "macos")
2626
PLATFORM_FLAGS=("OS64" "SIMULATORARM64" "MAC_ARM64")
27-
PLATFORM_TARGET=("17.0" "17.0" "10.15")
27+
PLATFORM_TARGET=("18.0" "18.0" "10.15")
2828

2929
FRAMEWORK_EXECUTORCH="executorch:\
3030
libexecutorch.a,\

0 commit comments

Comments
 (0)