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.
2 parents e76d22f + 84b8e5f commit fd0a5b1Copy full SHA for fd0a5b1
install_executorch.py
@@ -193,7 +193,7 @@ def main(args):
193
for pybind_arg in args.pybind:
194
if pybind_arg not in VALID_PYBINDS:
195
raise Exception(
196
- f"Unrecognized pybind argument {pybind_arg}; valid options are: {", ".join(VALID_PYBINDS)}"
+ f"Unrecognized pybind argument {pybind_arg}; valid options are: {', '.join(VALID_PYBINDS)}"
197
)
198
EXECUTORCH_BUILD_PYBIND = "ON"
199
CMAKE_ARGS += f" -DEXECUTORCH_BUILD_{pybind_arg.upper()}=ON"
0 commit comments