lib_llama_cpp_android 0.7.3
lib_llama_cpp_android: ^0.7.3 copied to clipboard
Android native build and Dart registration for lib_llama_cpp.
lib_llama_cpp_android #
Android implementation package for the lib_llama_cpp federated Flutter plugin.
This package registers the Android platform implementation and native build
hooks used by the app-facing lib_llama_cpp package. It is usually consumed as
a transitive dependency through lib_llama_cpp.
Published pub.dev releases include prebuilt CPU jniLibs for arm64-v8a.
The GitHub release CPU archive also carries the full Android ABI build output,
including armeabi-v7a and x86_64, for consumers that need to install
prebuilts manually. Vulkan prebuilts are published as separate GitHub release
assets and are not bundled into the pub.dev package. Monorepo development builds
compile from the pinned third_party/llama.cpp checkout when prebuilts are
absent, and can opt into Vulkan with LIB_LLAMA_CPP_ENABLE_VULKAN=ON when the
Android build environment provides the required Vulkan shader tools.