Auto-generated .NET bindings for Llama.cpp.
$ dotnet add package LlamaCpp
**This is an auto-generated C#/.NET binding for llama.cpp. It provides higher-level APIs to inference the LLaMA Models and deploy it on local device with C#/.NET, and includes all pre-built binaries for Windows, Linux and Mac **
It is based on the original work by the LLamaSharp project, but using CLangSharp/ClangSharpPInvokeGenerator to auto-generate the native bindings from the llama.cpp repository.
It's not meant to be a replacement of LLamaSharp, just to provide the minimum code required to use the latest version of llama.cpp via the low level APIs.
This project is licensed under the terms of the MIT license.