Skip to content

Commit d7efecd

Browse files
committed
Add EXECUTORCH_BUILD_CUSTOM=ON for llama runner
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags:
1 parent 5fb6cdb commit d7efecd

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
@@ -59,6 +59,7 @@ cmake_install_executorch_libraries() {
5959
retry cmake -DBUCK2="$BUCK" \
6060
-DCMAKE_INSTALL_PREFIX=cmake-out \
6161
-DCMAKE_BUILD_TYPE=Release \
62+
-DEXECUTORCH_BUILD_CUSTOM=ON \
6263
-DEXECUTORCH_BUILD_EXTENSION_MODULE=ON \
6364
-DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=ON \
6465
-DEXECUTORCH_BUILD_OPTIMIZED=ON \

0 commit comments

Comments
 (0)