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 47164cc commit 41063f7Copy full SHA for 41063f7
examples/models/llama/README.md
@@ -295,6 +295,7 @@ Note for Mac users: There's a known linking issue with Xcode 15.1. Refer to the
295
-DEXECUTORCH_BUILD_KERNELS_OPTIMIZED=ON \
296
-DEXECUTORCH_BUILD_XNNPACK=ON \
297
-DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON \
298
+ -DSUPPORT_REGEX_LOOKAHEAD=ON
299
-Bcmake-out/examples/models/llama \
300
examples/models/llama
301
@@ -353,6 +354,7 @@ cmake -DCMAKE_TOOLCHAIN_FILE=$ANDROID_NDK/build/cmake/android.toolchain.cmake \
353
354
355
356
-DEXECUTORCH_BUILD_KERNELS_CUSTOM=ON \
357
358
-Bcmake-out-android/examples/models/llama \
359
360
0 commit comments