File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 4141 "mps" ,
4242 # TODO: Add support for llama3 ane
4343 # "llama3_coreml_ane",
44+ "llama3_coreml_ane" ,
4445 ],
4546}
4647
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ HEADERS_PATH="include"
2424
2525PLATFORMS=(" ios" " simulator" " macos" )
2626PLATFORM_FLAGS=(" OS64" " SIMULATORARM64" " MAC_ARM64" )
27- PLATFORM_TARGET=(" 17 .0" " 17 .0" " 10.15" )
27+ PLATFORM_TARGET=(" 18 .0" " 18 .0" " 10.15" )
2828
2929FRAMEWORK_EXECUTORCH=" executorch:\
3030libexecutorch.a,\
You can’t perform that action at this time.
0 commit comments