flutter_llama 1.1.2 copy "flutter_llama: ^1.1.2" to clipboard
flutter_llama: ^1.1.2 copied to clipboard

Flutter plugin for running LLM inference with llama.cpp and GGUF models on Android and iOS

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_llama

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

dependencies:
  flutter_llama: ^1.1.2

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:flutter_llama/flutter_llama.dart';
12
likes
140
points
600
downloads

Documentation

API reference

Publisher

verified publisherai.nativemind.net

Weekly Downloads

Flutter plugin for running LLM inference with llama.cpp and GGUF models on Android and iOS

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, http, path, path_provider, plugin_platform_interface

More

Packages that depend on flutter_llama

Packages that implement flutter_llama