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 9a5c409 commit d29f875Copy full SHA for d29f875
.ci/scripts/build_llama_android.sh
@@ -42,6 +42,7 @@ build_llama_runner() {
42
-DANDROID_ABI="${ANDROID_ABI}" \
43
-DANDROID_PLATFORM=android-23 \
44
-DCMAKE_INSTALL_PREFIX=cmake-android-out \
45
+ -DCMAKE_PREFIX_PATH=$($PYTHON_EXECUTABLE -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())") \
46
-DCMAKE_BUILD_TYPE=Release -DPYTHON_EXECUTABLE=python \
47
-DEXECUTORCH_BUILD_OPTIMIZED=ON \
48
-Bcmake-android-out/examples/models/llama2 examples/models/llama2
0 commit comments