diff options
author | Ian Scrivener <github@zilogy.asia> | 2023-10-23 05:16:43 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-22 21:16:43 +0300 |
commit | 5a42a5f8e8a86da9ac88008d748cf232a83aa0e1 (patch) | |
tree | d9ebc462f340544ad1d2538046911117d8d5cec1 | |
parent | a5e7dbd6141128bfa3c40a19c2945a181df625d3 (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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |