summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilad S <giladgd@users.noreply.github.com>2023-08-30 11:40:12 +0300
committerGitHub <noreply@github.com>2023-08-30 11:40:12 +0300
commit35092fb54712d032860f3976a6fc1ae1f84a4a28 (patch)
tree76ecd98b34d7c8aa05977a31b2b62fcd2f490377
parentdc07dc492ef9640bbb82904d7c7679f7bdcf6d76 (diff)
docs : add `node-llama-cpp` to `README.md` (#2885)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a880fd29..d727b055 100644
--- a/README.md
+++ b/README.md
@@ -107,7 +107,7 @@ as the main playground for developing new features for the [ggml](https://github
- Python: [abetlen/llama-cpp-python](https://github.com/abetlen/llama-cpp-python)
- Go: [go-skynet/go-llama.cpp](https://github.com/go-skynet/go-llama.cpp)
-- Node.js: [hlhr202/llama-node](https://github.com/hlhr202/llama-node)
+- Node.js: [withcatai/node-llama-cpp](https://github.com/withcatai/node-llama-cpp), [hlhr202/llama-node](https://github.com/hlhr202/llama-node)
- Ruby: [yoshoku/llama_cpp.rb](https://github.com/yoshoku/llama_cpp.rb)
- Rust: [mdrokz/rust-llama.cpp](https://github.com/mdrokz/rust-llama.cpp)
- C#/.NET: [SciSharp/LLamaSharp](https://github.com/SciSharp/LLamaSharp)