llamadart 0.1.0 copy "llamadart: ^0.1.0" to clipboard
llamadart: ^0.1.0 copied to clipboard

A Dart/Flutter plugin for llama.cpp - run LLM inference on any platform using GGUF models

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add llamadart

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

dependencies:
  llamadart: ^0.1.0

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:llamadart/llamadart.dart';
1
likes
160
points
--
downloads

Publisher

verified publisherleehack.com

Weekly Downloads

A Dart/Flutter plugin for llama.cpp - run LLM inference on any platform using GGUF models

Repository (GitHub)
View/report issues
Contributing

Topics

#llama #llm #ai #inference #gguf

Documentation

API reference

License

MIT (license)

Dependencies

ffi, flutter, flutter_web_plugins, http, meta, path, web

More

Packages that depend on llamadart

Packages that implement llamadart