From 8e8c0c52d555d5bc6651fba75b7ae74008e889b9 Mon Sep 17 00:00:00 2001 From: Manuel Candales Date: Thu, 18 Apr 2024 10:58:57 -0700 Subject: [PATCH] fix llama-runner-linux-android (#3127) Summary: Pull Request resolved: https://github.com/pytorch/executorch/pull/3127 Reviewed By: larryliu0820, kirklandsign Differential Revision: D56306284 --- .ci/scripts/build_llama_android.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/scripts/build_llama_android.sh b/.ci/scripts/build_llama_android.sh index 04a9ee227da..eb1221620c1 100644 --- a/.ci/scripts/build_llama_android.sh +++ b/.ci/scripts/build_llama_android.sh @@ -26,6 +26,7 @@ install_executorch_and_backend_lib() { -DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=ON \ -DEXECUTORCH_BUILD_XNNPACK=ON \ -DEXECUTORCH_BUILD_OPTIMIZED=ON \ + -DEXECUTORCH_BUILD_QUANTIZED=ON \ -DXNNPACK_ENABLE_ARM_BF16=OFF \ -Bcmake-android-out .