Skip to content

Commit 41063f7

Browse files
authored
Update llama runner README.md (#10869)
1 parent 47164cc commit 41063f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/models/llama/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ Note for Mac users: There's a known linking issue with Xcode 15.1. Refer to the
295295
-DEXECUTORCH_BUILD_KERNELS_OPTIMIZED=ON \
296296
-DEXECUTORCH_BUILD_XNNPACK=ON \
297297
-DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON \
298+
-DSUPPORT_REGEX_LOOKAHEAD=ON
298299
-Bcmake-out/examples/models/llama \
299300
examples/models/llama
300301
@@ -353,6 +354,7 @@ cmake -DCMAKE_TOOLCHAIN_FILE=$ANDROID_NDK/build/cmake/android.toolchain.cmake \
353354
-DEXECUTORCH_BUILD_KERNELS_OPTIMIZED=ON \
354355
-DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON \
355356
-DEXECUTORCH_BUILD_KERNELS_CUSTOM=ON \
357+
-DSUPPORT_REGEX_LOOKAHEAD=ON
356358
-Bcmake-out-android/examples/models/llama \
357359
examples/models/llama
358360

0 commit comments

Comments
 (0)