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 3791991 commit 9b46940Copy full SHA for 9b46940
.ci/scripts/build_llama_android.sh
@@ -21,7 +21,6 @@ install_executorch_and_backend_lib() {
21
-DANDROID_ABI="${ANDROID_ABI}" \
22
-DANDROID_PLATFORM=android-23 \
23
-DCMAKE_INSTALL_PREFIX=cmake-android-out \
24
- -DEXECUTORCH_BUILD_FLATC=OFF \
25
-DEXECUTORCH_BUILD_EXTENSION_MODULE=ON \
26
-DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=ON \
27
-Bcmake-android-out .
@@ -41,6 +40,6 @@ build_llama_runner() {
41
40
42
cmake --build cmake-android-out/examples/models/llama2 -j4 --config Release
43
}
44
-
+install_flatc_from_source
45
install_executorch_and_backend_lib
46
build_llama_runner
0 commit comments