Skip to content

Commit 52985f4

Browse files
manuelcandalesfacebook-github-bot
authored andcommitted
fix llama-runner-linux-android
Differential Revision: D56306284
1 parent e69a662 commit 52985f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ci/scripts/build_llama_android.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ build_llama_runner() {
4242
-DCMAKE_INSTALL_PREFIX=cmake-android-out \
4343
-DCMAKE_BUILD_TYPE=Release -DPYTHON_EXECUTABLE=python \
4444
-DEXECUTORCH_BUILD_OPTIMIZED=ON \
45+
-DEXECUTORCH_BUILD_QUANTIZED=ON \
4546
-Bcmake-android-out/examples/models/llama2 examples/models/llama2
4647

4748
cmake --build cmake-android-out/examples/models/llama2 -j4 --config Release

0 commit comments

Comments
 (0)