Skip to content

Commit d0f93f7

Browse files
committed
Update
[ghstack-poisoned]
2 parents ba9f19e + 91fe6ad commit d0f93f7

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

extension/llm/tokenizers

tools/cmake/preset/linux.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@
77
include(${PROJECT_SOURCE_DIR}/tools/cmake/preset/llm.cmake)
88

99
set_overridable_option(EXECUTORCH_BUILD_EXECUTOR_RUNNER ON)
10+
set_overridable_option(EXECUTORCH_BUILD_EXTENSION_EVALUE_UTIL ON)
1011
set_overridable_option(EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL ON)

tools/cmake/preset/macos.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@
66

77
include(${PROJECT_SOURCE_DIR}/tools/cmake/preset/apple_common.cmake)
88

9+
set_overridable_option(EXECUTORCH_BUILD_EXTENSION_EVALUE_UTIL ON)
10+
set_overridable_option(EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL ON)
911
set_overridable_option(EXECUTORCH_BUILD_EXECUTOR_RUNNER ON)
1012
set_overridable_option(EXECUTORCH_COREML_BUILD_EXECUTOR_RUNNER ON)

0 commit comments

Comments
 (0)