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 2e890df commit 27e159eCopy full SHA for 27e159e
examples/mediatek/executor_runner/llama_runner/CMakeLists.txt
@@ -20,7 +20,7 @@ target_sources(
20
llm_helper/token_embedding.cpp
21
)
22
23
-target_link_libraries(llm_helper PRIVATE executorch)
+target_link_libraries(llm_helper PRIVATE executorch_core)
24
target_include_directories(
25
llm_helper PRIVATE ${CMAKE_CURRENT_SOURCE_DIR} llm_helper/include
26
0 commit comments