]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
readme : remove unsupported node.js library (#3703)
authorIan Scrivener <redacted>
Sun, 22 Oct 2023 18:16:43 +0000 (05:16 +1100)
committerGitHub <redacted>
Sun, 22 Oct 2023 18:16:43 +0000 (21:16 +0300)
- https://github.com/Atome-FE/llama-node is quite out of date
- doesn't support recent/current llama.cpp functionality

README.md

index 49bb556a8260964424b17c77fcadf20c4a997e4a..b56ecaec74b4348a04588d7e23f25e36f72bba1d 100644 (file)
--- 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)