llama_cpp_dart 0.9.0-dev.6 copy "llama_cpp_dart: ^0.9.0-dev.6" to clipboard
llama_cpp_dart: ^0.9.0-dev.6 copied to clipboard

Dart FFI binding for llama.cpp targeting iOS, Android, and macOS.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add llama_cpp_dart

With Flutter:

 $ flutter pub add llama_cpp_dart

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

dependencies:
  llama_cpp_dart: ^0.9.0-dev.6

Alternatively, your editor might support dart pub get or 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_cpp_dart/llama_cpp_dart.dart';
79
likes
150
points
2.63k
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Dart FFI binding for llama.cpp targeting iOS, Android, and macOS.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

ffi, image

More

Packages that depend on llama_cpp_dart