Skip to content

Commit

Permalink
ane test
Browse files Browse the repository at this point in the history
  • Loading branch information
metascroy committed Dec 19, 2024
1 parent f341da8 commit e648cec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .ci/scripts/gather_benchmark_configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"mps",
# TODO: Add support for llama3 ane
# "llama3_coreml_ane",
"llama3_coreml_ane",
],
}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/apple-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ jobs:
-kv \
--disable_dynamic_shape \
--coreml \
--coreml-ios 17 \
--coreml-ios 18 \
--coreml-quantize c4w \
--coreml-compute-units cpu_and_ne \
--output_name="${OUT_ET_MODEL_NAME}.pte"
Expand Down
2 changes: 1 addition & 1 deletion build/build_apple_frameworks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ HEADERS_PATH="include"

PLATFORMS=("ios" "simulator" "macos")
PLATFORM_FLAGS=("OS64" "SIMULATORARM64" "MAC_ARM64")
PLATFORM_TARGET=("17.0" "17.0" "10.15")
PLATFORM_TARGET=("18.0" "18.0" "10.15")

FRAMEWORK_EXECUTORCH="executorch:\
libexecutorch.a,\
Expand Down

0 comments on commit e648cec

Please sign in to comment.