alpaca-core / ilib-llama.cpp

Alpaca Core wrapper and plugin for llama.cpp
MIT License
0 stars 0 forks source link

llama.cpp

This is a wrapper of llama.cpp implemented as per the discussion Integration of llama.cpp and whisper.cpp:

As mentioned in the discussion the (maybe distant) future plan is to ditch llama.cpp by reimplementing entirely with vanilla ggml and a C++ interface.

Reimplementation Notes: