Skip to content

Commit b2ad9cf

Browse files
committed
Remove EXECUTORCH_BUILD_EXTENSION_LLM
1 parent bc29950 commit b2ad9cf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -544,10 +544,6 @@ if(EXECUTORCH_BUILD_EXTENSION_MODULE)
544544
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/extension/module)
545545
endif()
546546

547-
if(EXECUTORCH_BUILD_EXTENSION_LLM)
548-
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/extension/llm/tokenizers)
549-
endif()
550-
551547
if(EXECUTORCH_BUILD_EXTENSION_LLM_RUNNER)
552548
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/extension/llm/runner)
553549
endif()

0 commit comments

Comments
 (0)