]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
readme : update bindings list (#9951)
authorLoïc Carrère <redacted>
Sun, 20 Oct 2024 16:25:41 +0000 (18:25 +0200)
committerGitHub <redacted>
Sun, 20 Oct 2024 16:25:41 +0000 (19:25 +0300)
Update the binding list by adding LM-Kit.NET (C# & VB.NET)

README.md

index f1d8900c351dea84d0ef68e8c998569cf3b8238d..06c32a2b42067e18207608b16ae8a4afb2995415 100644 (file)
--- a/README.md
+++ b/README.md
@@ -122,6 +122,7 @@ Typically finetunes of the base models below are supported as well.
 - Rust (nicer API): [mdrokz/rust-llama.cpp](https://github.com/mdrokz/rust-llama.cpp)
 - Rust (more direct bindings): [utilityai/llama-cpp-rs](https://github.com/utilityai/llama-cpp-rs)
 - C#/.NET: [SciSharp/LLamaSharp](https://github.com/SciSharp/LLamaSharp)
+- C#/VB.NET (more features - community license): [LM-Kit.NET](https://docs.lm-kit.com/lm-kit-net/index.html)
 - Scala 3: [donderom/llm4s](https://github.com/donderom/llm4s)
 - Clojure: [phronmophobic/llama.clj](https://github.com/phronmophobic/llama.clj)
 - React Native: [mybigday/llama.rn](https://github.com/mybigday/llama.rn)