Skip to content

Commit d29f875

Browse files
committed
Keep fixing more CI
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags:
1 parent 9a5c409 commit d29f875

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
-DANDROID_ABI="${ANDROID_ABI}" \
4343
-DANDROID_PLATFORM=android-23 \
4444
-DCMAKE_INSTALL_PREFIX=cmake-android-out \
45+
-DCMAKE_PREFIX_PATH=$($PYTHON_EXECUTABLE -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())") \
4546
-DCMAKE_BUILD_TYPE=Release -DPYTHON_EXECUTABLE=python \
4647
-DEXECUTORCH_BUILD_OPTIMIZED=ON \
4748
-Bcmake-android-out/examples/models/llama2 examples/models/llama2

0 commit comments

Comments
 (0)