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 ed1992c commit 0cd80f6Copy full SHA for 0cd80f6
build/packaging/env_var_script_m1.sh
@@ -21,8 +21,7 @@ CMAKE_ARGS="${CMAKE_ARGS} -DEXECUTORCH_BUILD_XNNPACK=ON"
21
22
# When building for macOS, link additional backends into the pybindings runtime.
23
24
-# TODO(dbort): Core ML requires features only available in macOS 10.15, but the
+# TODO(dbort): Make these build properly in the CI environment.
25
# build machine uses an older version.
26
# CMAKE_ARGS="${CMAKE_ARGS} -DEXECUTORCH_BUILD_COREML=ON"
27
-
28
-CMAKE_ARGS="${CMAKE_ARGS} -DEXECUTORCH_BUILD_MPS=ON"
+# CMAKE_ARGS="${CMAKE_ARGS} -DEXECUTORCH_BUILD_MPS=ON"
0 commit comments