diff --git a/docs/example-multi-thread.html b/docs/example-multi-thread.html index 781be8a..e038adb 100644 --- a/docs/example-multi-thread.html +++ b/docs/example-multi-thread.html @@ -25,7 +25,7 @@

multi-threaded wasm32

WebAssembly (Wasm) Build and Bindings for llama.cpp.


-

This demonstration enables you to execute demos directly in your browser utilizing JavaScript, WebAssembly, and llama.cpp.

+

This demonstration enables you to run LLM models directly in your browser utilizing JavaScript, WebAssembly, and llama.cpp.


Repository: https://github.com/tangledgroup/llama-cpp-wasm

@@ -46,6 +46,7 @@

Demo

+ diff --git a/docs/example-single-thread.html b/docs/example-single-thread.html index e7052c9..c533224 100644 --- a/docs/example-single-thread.html +++ b/docs/example-single-thread.html @@ -25,7 +25,7 @@

single-threaded wasm32

WebAssembly (Wasm) Build and Bindings for llama.cpp.


-

This demonstration enables you to execute demos directly in your browser utilizing JavaScript, WebAssembly, and llama.cpp.

+

This demonstration enables you to run LLM models directly in your browser utilizing JavaScript, WebAssembly, and llama.cpp.


Repository: https://github.com/tangledgroup/llama-cpp-wasm

@@ -46,6 +46,7 @@

Demo

+ diff --git a/docs/index.html b/docs/index.html index 94f87a1..ea54577 100644 --- a/docs/index.html +++ b/docs/index.html @@ -22,7 +22,7 @@

llama-cpp-wasm

WebAssembly (Wasm) Build and Bindings for llama.cpp.


-

This demonstration enables you to execute demos directly in your browser utilizing JavaScript, WebAssembly, and llama.cpp.

+

This demonstration enables you to run LLM models directly in your browser utilizing JavaScript, WebAssembly, and llama.cpp.


Repository: https://github.com/tangledgroup/llama-cpp-wasm