From 75c1dda9ee223cac7e80d115095115face331610 Mon Sep 17 00:00:00 2001 From: Mengwei Liu Date: Tue, 14 Oct 2025 14:42:28 -0700 Subject: [PATCH] Add extension_llm_runner library to executorch-config.cmake so that we can find the installed lib --- examples/models/llama/README.md | 1 - tools/cmake/executorch-config.cmake | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/models/llama/README.md b/examples/models/llama/README.md index 0d1728a0c6c..0a81abdeee6 100644 --- a/examples/models/llama/README.md +++ b/examples/models/llama/README.md @@ -245,7 +245,6 @@ Note for Mac users: There's a known linking issue with Xcode 15.1. Refer to the 2. Build llama runner. ``` cmake -DCMAKE_INSTALL_PREFIX=cmake-out \ - -DBUILD_TESTING=OFF \ -DCMAKE_BUILD_TYPE=Release \ -Bcmake-out/examples/models/llama \ examples/models/llama diff --git a/tools/cmake/executorch-config.cmake b/tools/cmake/executorch-config.cmake index ba18aede63e..78168a12aba 100644 --- a/tools/cmake/executorch-config.cmake +++ b/tools/cmake/executorch-config.cmake @@ -68,6 +68,7 @@ set(optional_lib_list portable_ops_lib custom_ops extension_evalue_util + extension_llm_runner extension_module extension_module_static extension_runner_util