Skip to content

Commit 0cd80f6

Browse files
committed
Stop linking MPS into the prebuilt pip wheel
We haven't tested this, and we'd prefer to have both MPS and Core ML working. Remove it for now, putting macOS and Linux on equal footing.
1 parent ed1992c commit 0cd80f6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build/packaging/env_var_script_m1.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ CMAKE_ARGS="${CMAKE_ARGS} -DEXECUTORCH_BUILD_XNNPACK=ON"
2121

2222
# When building for macOS, link additional backends into the pybindings runtime.
2323

24-
# TODO(dbort): Core ML requires features only available in macOS 10.15, but the
24+
# TODO(dbort): Make these build properly in the CI environment.
2525
# build machine uses an older version.
2626
# CMAKE_ARGS="${CMAKE_ARGS} -DEXECUTORCH_BUILD_COREML=ON"
27-
28-
CMAKE_ARGS="${CMAKE_ARGS} -DEXECUTORCH_BUILD_MPS=ON"
27+
# CMAKE_ARGS="${CMAKE_ARGS} -DEXECUTORCH_BUILD_MPS=ON"

0 commit comments

Comments
 (0)