From: Marko Tasic Date: Fri, 9 Feb 2024 10:17:00 +0000 (+0100) Subject: readme : add JavaScript/Wasm repo (#5415) X-Git-Tag: upstream/0.0.4488~2379 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=e4124c24775f2cb5b3d7acc93bf9dc5471c172ef;p=pkg%2Fggml%2Fsources%2Fllama.cpp readme : add JavaScript/Wasm repo (#5415) --- diff --git a/README.md b/README.md index 66166c01..0b4efdd3 100644 --- a/README.md +++ b/README.md @@ -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)