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 bc29950 commit b2ad9cfCopy full SHA for b2ad9cf
CMakeLists.txt
@@ -544,10 +544,6 @@ if(EXECUTORCH_BUILD_EXTENSION_MODULE)
544
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/extension/module)
545
endif()
546
547
-if(EXECUTORCH_BUILD_EXTENSION_LLM)
548
- add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/extension/llm/tokenizers)
549
-endif()
550
-
551
if(EXECUTORCH_BUILD_EXTENSION_LLM_RUNNER)
552
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/extension/llm/runner)
553
0 commit comments