Skip to content

Commit ed0ccd3

Browse files
committed
updated apple framework defaults
1 parent a8f3b35 commit ed0ccd3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

run_ios_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ pip install -e .
1212
# MPS-only requirements:
1313
./backends/apple/mps/install_requirements.sh
1414

15-
./scripts/build_apple_frameworks.sh --Release --coreml --mps --xnnpack --custom --optimized --quantized --torchao
15+
./scripts/build_apple_frameworks.sh --Release

tools/cmake/preset/apple_common.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ set_overridable_option(EXECUTORCH_BUILD_EXTENSION_TENSOR ON)
2525
set_overridable_option(EXECUTORCH_BUILD_KERNELS_CUSTOM ON)
2626
set_overridable_option(EXECUTORCH_BUILD_KERNELS_OPTIMIZED ON)
2727
set_overridable_option(EXECUTORCH_BUILD_KERNELS_QUANTIZED ON)
28+
set_overridable_option(EXECUTORCH_BUILD_KERNELS_TORCHAO ON)

0 commit comments

Comments
 (0)