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 79fd073 commit 22a2233Copy full SHA for 22a2233
tools/cmake/preset/pybind.cmake
@@ -22,8 +22,8 @@ set_overridable_option(EXECUTORCH_BUILD_EXTENSION_DATA_LOADER ON)
22
set_overridable_option(EXECUTORCH_BUILD_KERNELS_OPTIMIZED ON)
23
set_overridable_option(EXECUTORCH_BUILD_EXTENSION_MODULE ON)
24
25
-# TODO(larryliu0820): Temporarily disable building llm_runner for Windows
26
-# wheel due to the issue of tokenizer file path length limitation.
+# TODO(larryliu0820): Temporarily disable building llm_runner for Windows wheel
+# due to the issue of tokenizer file path length limitation.
27
if(CMAKE_SYSTEM_NAME STREQUAL "Darwin")
28
set_overridable_option(EXECUTORCH_BUILD_COREML ON)
29
set_overridable_option(EXECUTORCH_BUILD_EXTENSION_TRAINING ON)
0 commit comments