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 c925fe0 commit 481516aCopy full SHA for 481516a
scripts/build_android_library.sh
@@ -65,11 +65,6 @@ build_android_native_library() {
65
fi
66
cmake --build "${CMAKE_OUT}" -j "${CMAKE_JOBS}" --target install --config "${EXECUTORCH_CMAKE_BUILD_TYPE}"
67
68
- # Update tokenizers submodule
69
- pushd extension/llm/tokenizers
70
- echo "Update tokenizers submodule"
71
- git submodule update --init
72
- popd
73
cmake extension/android \
74
-DCMAKE_TOOLCHAIN_FILE=${ANDROID_NDK}/build/cmake/android.toolchain.cmake \
75
-DANDROID_ABI="${ANDROID_ABI}" \
0 commit comments