Skip to content

Commit fcae0f9

Browse files
space fixed
1 parent fc856b7 commit fcae0f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/scripts/test_llava.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ cmake_install_executorch_libraries() {
5555
cmake_install_executorch_libraries_for_android() {
5656
cmake \
5757
-DCMAKE_TOOLCHAIN_FILE=$ANDROID_NDK/build/cmake/android.toolchain.cmake \
58-
-DANDROID_ABI=arm64-v8a \
58+
-DANDROID_ABI=arm64-v8a \
5959
${EXECUTORCH_COMMON_CMAKE_ARGS} \
6060
-B${BUILD_DIR} .
6161

0 commit comments

Comments
 (0)