Skip to content

Commit af4980b

Browse files
authored
readme : add link to rust bindings (#5148)
* added link to another set of rust bindings with brief note on differences. * fixed link name
1 parent f2e69d2 commit af4980b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@ as the main playground for developing new features for the [ggml](https://github
122122
- Node.js: [withcatai/node-llama-cpp](https://github.com/withcatai/node-llama-cpp)
123123
- JS/TS (llama.cpp server client): [lgrammel/modelfusion](https://modelfusion.dev/integration/model-provider/llamacpp)
124124
- Ruby: [yoshoku/llama_cpp.rb](https://github.com/yoshoku/llama_cpp.rb)
125-
- Rust: [mdrokz/rust-llama.cpp](https://github.com/mdrokz/rust-llama.cpp)
125+
- Rust (nicer API): [mdrokz/rust-llama.cpp](https://github.com/mdrokz/rust-llama.cpp)
126+
- Rust (more direct bindings): [utilityai/llama-cpp-rs](https://github.com/utilityai/llama-cpp-rs)
126127
- C#/.NET: [SciSharp/LLamaSharp](https://github.com/SciSharp/LLamaSharp)
127128
- Scala 3: [donderom/llm4s](https://github.com/donderom/llm4s)
128129
- Clojure: [phronmophobic/llama.clj](https://github.com/phronmophobic/llama.clj)

0 commit comments

Comments
 (0)