Skip to content

Commit 27e159e

Browse files
authored
mediatek llama runner use executorch_core (#10754)
1 parent 2e890df commit 27e159e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/mediatek/executor_runner/llama_runner/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ target_sources(
2020
llm_helper/token_embedding.cpp
2121
)
2222

23-
target_link_libraries(llm_helper PRIVATE executorch)
23+
target_link_libraries(llm_helper PRIVATE executorch_core)
2424
target_include_directories(
2525
llm_helper PRIVATE ${CMAKE_CURRENT_SOURCE_DIR} llm_helper/include
2626
)

0 commit comments

Comments
 (0)