maid_llm 1.0.1 copy "maid_llm: ^1.0.1" to clipboard
maid_llm: ^1.0.1 copied to clipboard

discontinuedreplaced by: llama_sdk

maid_llm is a dart implementation of llama.cpp used by the mobile artificial intelligence distribution (maid)

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add maid_llm

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

dependencies:
  maid_llm: ^1.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:maid_llm/maid_llm.dart';
5
likes
30
points
5
downloads

Publisher

unverified uploader

Weekly Downloads

maid_llm is a dart implementation of llama.cpp used by the mobile artificial intelligence distribution (maid)

License

MIT (license)

Dependencies

ffi, flutter, langchain, plugin_platform_interface

More

Packages that depend on maid_llm

Packages that implement maid_llm