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 a12219d commit 7fe078eCopy full SHA for 7fe078e
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
245
2. Build llama runner.
246
```
247
cmake -DCMAKE_INSTALL_PREFIX=cmake-out \
248
- -DBUILD_TESTING=OFF \
249
-DCMAKE_BUILD_TYPE=Release \
250
-Bcmake-out/examples/models/llama \
251
examples/models/llama
tools/cmake/executorch-config.cmake
@@ -68,6 +68,7 @@ set(optional_lib_list
68
portable_ops_lib
69
custom_ops
70
extension_evalue_util
71
+ extension_llm_runner
72
extension_module
73
extension_module_static
74
extension_runner_util
0 commit comments