From 7e8f30fe436bf69950a5c3a8059ef4ae865811e4 Mon Sep 17 00:00:00 2001 From: Marko Tasic Date: Tue, 13 Feb 2024 15:25:42 +0100 Subject: [PATCH] phi 1.5 --- docs/example-multi-thread.html | 3 ++- docs/example-single-thread.html | 3 ++- docs/index.html | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) 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