llamafu 0.0.1 copy "llamafu: ^0.0.1" to clipboard
llamafu: ^0.0.1 copied to clipboard

A Flutter package for running language models on device with support for completion, instruct mode, tool calling, streaming, constrained generation, LoRA, and multi-modal inputs (images, audio).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add llamafu

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

dependencies:
  llamafu: ^0.0.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:llamafu/llamafu.dart';
0
likes
130
points
27
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for running language models on device with support for completion, instruct mode, tool calling, streaming, constrained generation, LoRA, and multi-modal inputs (images, audio).

Repository (GitHub)
View/report issues

Topics

#ai #llm #llama #on-device #machine-learning

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

ffi, flutter

More

Packages that depend on llamafu

Packages that implement llamafu