Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion examples/models/llama/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions tools/cmake/executorch-config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading