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 .