Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DanofficeIT
/
privatellm
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cf4fd8f
privatellm
/
examples
/
llava
/
android
/
build_64.sh
lhhj
first
57e3690
7 months ago
raw
Copy download link
history
blame
Safe
207 Bytes
#!/bin/bash
cmake ../../../../ \
-DCMAKE_TOOLCHAIN_FILE=
$ANDROID_NDK
/build/cmake/android.toolchain.cmake \
-DCMAKE_BUILD_TYPE=Release \
-DANDROID_ABI=
"arm64-v8a"
\
-DANDROID_PLATFORM=android-23
$1
make -j4