Skip to content

Commit 22a2233

Browse files
committed
Lint
1 parent 79fd073 commit 22a2233

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/cmake/preset/pybind.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ set_overridable_option(EXECUTORCH_BUILD_EXTENSION_DATA_LOADER ON)
2222
set_overridable_option(EXECUTORCH_BUILD_KERNELS_OPTIMIZED ON)
2323
set_overridable_option(EXECUTORCH_BUILD_EXTENSION_MODULE ON)
2424

25-
# TODO(larryliu0820): Temporarily disable building llm_runner for Windows
26-
# wheel due to the issue of tokenizer file path length limitation.
25+
# TODO(larryliu0820): Temporarily disable building llm_runner for Windows wheel
26+
# due to the issue of tokenizer file path length limitation.
2727
if(CMAKE_SYSTEM_NAME STREQUAL "Darwin")
2828
set_overridable_option(EXECUTORCH_BUILD_COREML ON)
2929
set_overridable_option(EXECUTORCH_BUILD_EXTENSION_TRAINING ON)

0 commit comments

Comments
 (0)