Skip to content

mysterious-man01/dart_llama_lib

Repository files navigation

Dart Llama Lib

License: MIT

A library that pack Llama.cpp to work on Dart.

Run any .gguf model file on Linux, Windows and Android.

[IMPORTANT]

  • This project is on alfa preview and can have unespected bugs!
  • It is not fully implemented!

How to use

  • A Dart/Flutter instalation.
  • A C/C++ and CMake instalation.
  • Clone this repository.
  • Clone the Llama.cpp project inside dart_llama_lib/src/llama.cpp.
  • Inside dart_llama_lib/src run the folowing comands:
cmake .

and

cmake --build .
  • Put the resultant files (*.dll, *.so) somewhere your code can access.

Source Projects and References

Licence

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

A Llama.cpp Dart library

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published