llama_flutter_android 0.2.3 copy "llama_flutter_android: ^0.2.3" to clipboard
llama_flutter_android: ^0.2.3 copied to clipboard

Run GGUF models on Android with llama.cpp - MIT licensed, Android-only Flutter plugin

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add llama_flutter_android

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  llama_flutter_android: ^0.2.3

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:llama_flutter_android/llama_flutter_android.dart';
7
likes
150
points
843
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Run GGUF models on Android with llama.cpp - MIT licensed, Android-only Flutter plugin

Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on llama_flutter_android

Packages that implement llama_flutter_android