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 4396d03 commit 74a9741Copy full SHA for 74a9741
examples/demo-apps/android/LlamaDemo/setup.sh
@@ -28,7 +28,7 @@ else
28
fi
29
cmake --build "${CMAKE_OUT}" -j "${CMAKE_JOBS}" --target install
30
31
-cmake examples/models/llama2 -DBUCK2="$BUCK" \
+cmake examples/models/llama2 -DBUCK2="${BUCK2}" \
32
-DCMAKE_TOOLCHAIN_FILE=$ANDROID_NDK/build/cmake/android.toolchain.cmake \
33
-DANDROID_ABI="$ANDROID_ABI" \
34
-DCMAKE_INSTALL_PREFIX="${CMAKE_OUT}" \
0 commit comments