We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8f3b35 commit ed0ccd3Copy full SHA for ed0ccd3
run_ios_build.sh
@@ -12,4 +12,4 @@ pip install -e .
12
# MPS-only requirements:
13
./backends/apple/mps/install_requirements.sh
14
15
-./scripts/build_apple_frameworks.sh --Release --coreml --mps --xnnpack --custom --optimized --quantized --torchao
+./scripts/build_apple_frameworks.sh --Release
tools/cmake/preset/apple_common.cmake
@@ -25,3 +25,4 @@ set_overridable_option(EXECUTORCH_BUILD_EXTENSION_TENSOR ON)
25
set_overridable_option(EXECUTORCH_BUILD_KERNELS_CUSTOM ON)
26
set_overridable_option(EXECUTORCH_BUILD_KERNELS_OPTIMIZED ON)
27
set_overridable_option(EXECUTORCH_BUILD_KERNELS_QUANTIZED ON)
28
+set_overridable_option(EXECUTORCH_BUILD_KERNELS_TORCHAO ON)
0 commit comments