From edb940a305449d602487d714dbad76c907add08b Mon Sep 17 00:00:00 2001 From: Antonis Makropoulos Date: Mon, 2 Mar 2026 10:05:21 +0200 Subject: [PATCH] Add LlamaLib to collection --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 275ca0908..d83fd379d 100644 --- a/README.md +++ b/README.md @@ -189,6 +189,7 @@ To the extent possible under law, [Vitali Fokin](https://github.com/quozd) has w ## Artificial Intelligence * [LLamaSharp](https://github.com/SciSharp/LLamaSharp) - C#/.NET Binding of llama.cpp, run LLaMA/GPT model using C# without having to compile lama.cpp. * [LlmTornado](https://github.com/lofcz/LlmTornado) - One .NET library to consume OpenAI, Anthropic, Cohere, Google, Azure, Groq, and self-hosed APIs. +* [LlamaLib](https://github.com/undreamai/LlamaLib) - High-level LLM library based on llama.cpp that runs on any hardware (PC CPU/GPU, mobile, VR) ## Assembly Manipulation