summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Scrivener <github@zilogy.asia>2023-10-23 05:16:43 +1100
committerGitHub <noreply@github.com>2023-10-22 21:16:43 +0300
commit5a42a5f8e8a86da9ac88008d748cf232a83aa0e1 (patch)
treed9ebc462f340544ad1d2538046911117d8d5cec1
parenta5e7dbd6141128bfa3c40a19c2945a181df625d3 (diff)
readme : remove unsupported node.js library (#3703)
- https://github.com/Atome-FE/llama-node is quite out of date - doesn't support recent/current llama.cpp functionality
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 49bb556a..b56ecaec 100644
--- a/README.md
+++ b/README.md
@@ -101,7 +101,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: [withcatai/node-llama-cpp](https://github.com/withcatai/node-llama-cpp), [hlhr202/llama-node](https://github.com/hlhr202/llama-node)
+- Node.js: [withcatai/node-llama-cpp](https://github.com/withcatai/node-llama-cpp)
- 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)