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

PlatformAndroid

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.1.1

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';
5
likes
150
points
149
downloads

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

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on llama_flutter_android

Packages that implement llama_flutter_android