diff options
author | Genkagaku.GPT <hlhr202@163.com> | 2023-04-13 21:54:27 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-13 16:54:27 +0300 |
commit | 7e941b95eba067cb5b92785e642fd803657376ee (patch) | |
tree | 37789e4994b37fb857b84531b690ca8a322a0613 | |
parent | c729ff730a46a135817a3d9988a097e3678a9722 (diff) |
readme : llama node binding (#911)
* chore: add nodejs binding
* chore: add nodejs binding
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -49,6 +49,7 @@ New features will probably be added mostly through community contributions. - 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) **UI:** |