diff options
author | Marko Tasic <mtasic85@gmail.com> | 2024-02-09 11:17:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-09 12:17:00 +0200 |
commit | e4124c24775f2cb5b3d7acc93bf9dc5471c172ef (patch) | |
tree | 9bb415d285878e14160ac4fe7683df05bf84c431 | |
parent | b2f87cb64db47d799b6f3656855c9caf9792ab2a (diff) |
readme : add JavaScript/Wasm repo (#5415)
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -124,6 +124,7 @@ Typically finetunes of the base models below are supported as well. - 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) - JS/TS (llama.cpp server client): [lgrammel/modelfusion](https://modelfusion.dev/integration/model-provider/llamacpp) +- JavaScript/Wasm (works in browser): [tangledgroup/llama-cpp-wasm](https://github.com/tangledgroup/llama-cpp-wasm) - Ruby: [yoshoku/llama_cpp.rb](https://github.com/yoshoku/llama_cpp.rb) - Rust (nicer API): [mdrokz/rust-llama.cpp](https://github.com/mdrokz/rust-llama.cpp) - Rust (more direct bindings): [utilityai/llama-cpp-rs](https://github.com/utilityai/llama-cpp-rs) |