]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
readme : add wllama as a wasm binding (#6100)
authorXuan Son Nguyen <redacted>
Sat, 16 Mar 2024 15:42:08 +0000 (16:42 +0100)
committerGitHub <redacted>
Sat, 16 Mar 2024 15:42:08 +0000 (17:42 +0200)
README.md

index 5cbdf7e476b0984e78b4a26d36c9a7addd7b2989..c2f3342f0ff422b4999aad90fb1045f5b3fea851 100644 (file)
--- a/README.md
+++ b/README.md
@@ -134,6 +134,7 @@ Typically finetunes of the base models below are supported as well.
 - 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)
+- Typescript/Wasm (nicer API, available on npm): [ngxson/wllama](https://github.com/ngxson/wllama)
 - 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)