Skip to content

Commit 07f837f

Browse files
committed
Update on "Add CMake preset for LLM"
Summary: By default turn on custom ops, optimized kernels, xnnpack. For macOS/iOS turn on coreml and MPS. Test Plan: Rely on CI jobs. [ghstack-poisoned]
1 parent 4623457 commit 07f837f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ci/scripts/test_llama.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ cmake_install_executorch_libraries() {
153153
echo "Installing libexecutorch.a, libextension_module.so, libportable_ops_lib.a"
154154
rm -rf cmake-out
155155
retry cmake --preset llm \
156+
-DCMAKE_INSTALL_PREFIX=cmake-out \
156157
-DEXECUTORCH_BUILD_QNN="$QNN" \
157158
-DQNN_SDK_ROOT="$QNN_SDK_ROOT" \
158159
-Bcmake-out .

0 commit comments

Comments
 (0)