Skip to content

Commit

Permalink
phi 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mtasic85 committed Feb 13, 2024
1 parent d78d8fe commit 7e8f30f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/example-multi-thread.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h1><mark>multi-threaded</mark> wasm32 </h1>
<p> WebAssembly (Wasm) Build and Bindings for <a href="https://github.com/ggerganov/llama.cpp" target="_blank">llama.cpp</a>. </p>
<br />

<p> This demonstration enables you to execute demos directly in your browser utilizing JavaScript, WebAssembly, and llama.cpp. </p>
<p> This demonstration enables you to run LLM models directly in your browser utilizing JavaScript, WebAssembly, and llama.cpp. </p>
<br />

<p> Repository: <a href="https://github.com/tangledgroup/llama-cpp-wasm"> https://github.com/tangledgroup/llama-cpp-wasm </a></p>
Expand All @@ -46,6 +46,7 @@ <h2> Demo </h2>
<option value="https://huggingface.co/Qwen/Qwen1.5-1.8B-Chat-GGUF/resolve/main/qwen1_5-1_8b-chat-q8_0.gguf">Qwen/Qwen1.5-1.8B-Chat</option>
<option value="https://huggingface.co/stabilityai/stablelm-2-zephyr-1_6b/resolve/main/stablelm-2-zephyr-1_6b-Q4_1.gguf">stabilityai/stablelm-2-zephyr-1_6b</option>
<option value="https://huggingface.co/TheBloke/TinyLlama-1.1B-Chat-v1.0-GGUF/resolve/main/tinyllama-1.1b-chat-v1.0.Q4_K_M.gguf">TinyLlama/TinyLlama-1.1B-Chat-v1.0</option>
<option value="https://huggingface.co/TKDKid1000/phi-1_5-GGUF/resolve/main/phi-1_5-Q4_K_M.gguf">microsoft/phi-1_5</option>
<option value="https://huggingface.co/TheBloke/phi-2-GGUF/resolve/main/phi-2.Q4_K_M.gguf">microsoft/phi-2</option>
</select>

Expand Down
3 changes: 2 additions & 1 deletion docs/example-single-thread.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h2><mark>single-threaded</mark> wasm32 </h2>
<p> WebAssembly (Wasm) Build and Bindings for <a href="https://github.com/ggerganov/llama.cpp" target="_blank">llama.cpp</a>. </p>
<br />

<p> This demonstration enables you to execute demos directly in your browser utilizing JavaScript, WebAssembly, and llama.cpp. </p>
<p> This demonstration enables you to run LLM models directly in your browser utilizing JavaScript, WebAssembly, and llama.cpp. </p>
<br />

<p> Repository: <a href="https://github.com/tangledgroup/llama-cpp-wasm"> https://github.com/tangledgroup/llama-cpp-wasm </a></p>
Expand All @@ -46,6 +46,7 @@ <h2> Demo </h2>
<option value="https://huggingface.co/Qwen/Qwen1.5-1.8B-Chat-GGUF/resolve/main/qwen1_5-1_8b-chat-q8_0.gguf">Qwen/Qwen1.5-1.8B-Chat</option>
<option value="https://huggingface.co/stabilityai/stablelm-2-zephyr-1_6b/resolve/main/stablelm-2-zephyr-1_6b-Q4_1.gguf">stabilityai/stablelm-2-zephyr-1_6b</option>
<option value="https://huggingface.co/TheBloke/TinyLlama-1.1B-Chat-v1.0-GGUF/resolve/main/tinyllama-1.1b-chat-v1.0.Q4_K_M.gguf">TinyLlama/TinyLlama-1.1B-Chat-v1.0</option>
<option value="https://huggingface.co/TKDKid1000/phi-1_5-GGUF/resolve/main/phi-1_5-Q4_K_M.gguf">microsoft/phi-1_5</option>
<option value="https://huggingface.co/TheBloke/phi-2-GGUF/resolve/main/phi-2.Q4_K_M.gguf">microsoft/phi-2</option>
</select>

Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h1><a href="/">llama-cpp-wasm</a></h1>
<p> WebAssembly (Wasm) Build and Bindings for <a href="https://github.com/ggerganov/llama.cpp" target="_blank">llama.cpp</a>. </p>
<br />

<p> This demonstration enables you to execute demos directly in your browser utilizing JavaScript, WebAssembly, and llama.cpp. </p>
<p> This demonstration enables you to run LLM models directly in your browser utilizing JavaScript, WebAssembly, and llama.cpp. </p>
<br />

<p> Repository: <a href="https://github.com/tangledgroup/llama-cpp-wasm"> https://github.com/tangledgroup/llama-cpp-wasm </a></p>
Expand Down

0 comments on commit 7e8f30f

Please sign in to comment.