Skip to content

Commit 7fe078e

Browse files
committed
Add extension_llm_runner library to executorch-config.cmake so that we can find the installed lib
1 parent a12219d commit 7fe078e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

examples/models/llama/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,6 @@ Note for Mac users: There's a known linking issue with Xcode 15.1. Refer to the
245245
2. Build llama runner.
246246
```
247247
cmake -DCMAKE_INSTALL_PREFIX=cmake-out \
248-
-DBUILD_TESTING=OFF \
249248
-DCMAKE_BUILD_TYPE=Release \
250249
-Bcmake-out/examples/models/llama \
251250
examples/models/llama

tools/cmake/executorch-config.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ set(optional_lib_list
6868
portable_ops_lib
6969
custom_ops
7070
extension_evalue_util
71+
extension_llm_runner
7172
extension_module
7273
extension_module_static
7374
extension_runner_util

0 commit comments

Comments
 (0)