]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
readme : add JavaScript/Wasm repo (#5415)
authorMarko Tasic <redacted>
Fri, 9 Feb 2024 10:17:00 +0000 (11:17 +0100)
committerGitHub <redacted>
Fri, 9 Feb 2024 10:17:00 +0000 (12:17 +0200)
README.md

index 66166c01b8ee100183e1890e0a535a7e3d565112..0b4efdd33395d0b6d5f26ea0d77eeaea6c2ae2a3 100644 (file)
--- 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)