llamadart_litert_lm_flutter 0.0.2
llamadart_litert_lm_flutter: ^0.0.2 copied to clipboard
Flutter Apple SwiftPM runtime companion package for llamadart LiteRT-LM support.
llamadart_litert_lm_flutter #
Flutter Apple Swift Package Manager companion package for
llamadart .litertlm / LiteRT-LM
support.
Add this package to a Flutter iOS/macOS app when the app should link the prebuilt LiteRT-LM Apple XCFrameworks through SwiftPM instead of relying on the core package's native-assets fallback.
dependencies:
llamadart: ^0.8.0
llamadart_litert_lm_flutter: ^0.0.2
This package has no runtime Dart API of its own. Import package:llamadart
normally from the core package and use LlamaBackend() / LlamaEngine there.
The Apple SwiftPM manifest pins leehack/litert-lm-native@v0.13.1-native.1.
Source for this package lives in
packages/llamadart_litert_lm_flutter in the
llamadart repository.