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 6727fea commit 0beadccCopy full SHA for 0beadcc
install_executorch.py
@@ -165,6 +165,8 @@ def main(args):
165
if pybind_arg == "training":
166
CMAKE_ARGS += " -DEXECUTORCH_BUILD_EXTENSION_TRAINING=ON"
167
os.environ["EXECUTORCH_BUILD_TRAINING"] = "ON"
168
+ elif pybind_arg == "mps":
169
+ CMAKE_ARGS += " -DEXECUTORCH_BUILD_MPS=ON"
170
else:
171
CMAKE_ARGS += f" -DEXECUTORCH_BUILD_{pybind_arg.upper()}=ON"
172
EXECUTORCH_BUILD_PYBIND = "ON"
0 commit comments