An alpaca.cpp implementation in Dart
This s port of the main alpaca.cpp project repository here, as such you should read its README before reading further.
A few points note about this implementation
Note that the application is linux only until this issue is resolved.
Running the application is a simple matter of typing 'dart bin/chat.dart' from the top level of the package.
RAM usage is currently higher than its C++ counterpart, currently it settles at around 14GB and creeps forward per quastion. Alpaca chat settles at around 12GB and stays at that level throughout the session. Clearly some memory management updates are still needed, these are being pursued on this issue.
Feel free to contact me about any of this, contact details here, also I'm on Mastodon now at @shamblett@darticulate.com. Please also feel free to raise issues, pull requests etc.