Skip to content

Commit

Permalink
Build at Wed Jul 19 19:59:37 EDT 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterJH5574 committed Jul 19, 2023
1 parent 1a6a269 commit b732d73
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/assets/css/main.css.map

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@

<h1 id="web-llm">Web LLM</h1>

<p>This project brings large-language model and LLM-based chatbot to web browsers. <strong>Everything runs inside the browser with no server support and accelerated with WebGPU.</strong> This opens up a lot of fun opportunities to build AI assistants for everyone and enable privacy while enjoying GPU acceleration. Please check out our <a href="https://github.com/mlc-ai/web-llm">GitHub repo</a> to see how we did it. There is also a <a href="#chat-demo">demo</a> which you can try out.</p>
<p><strong>Llama 2 7B/13B are now available in Web LLM!!</strong> Try it out in our <a href="#chat-demo">chat demo</a>.</p>

<p>This project brings large-language model and LLM-based chatbot to web browsers. <strong>Everything runs inside the browser with no server support and accelerated with WebGPU.</strong> This opens up a lot of fun opportunities to build AI assistants for everyone and enable privacy while enjoying GPU acceleration. Please check out our <a href="https://github.com/mlc-ai/web-llm">GitHub repo</a> to see how we did it.</p>

<p><img src="img/fig/pitts.png" width="100%" /></p>

Expand Down Expand Up @@ -116,7 +118,7 @@ <h2 id="instructions">Instructions</h2>

<h2 id="chat-demo">Chat Demo</h2>

<p>The chat demo is based on <a href="https://huggingface.co/lmsys/vicuna-7b-delta-v1.1">vicuna-7b-v1.1</a> model and <a href="https://huggingface.co/togethercomputer/RedPajama-INCITE-Chat-3B-v1">RedPajama-INCITE-Chat-3B-v1</a> model. More model supports are on the way.</p>
<p>The chat demo is based on <a href="https://ai.meta.com/llama/">Llama 2</a>, <a href="https://huggingface.co/lmsys/vicuna-7b-delta-v1.1">vicuna-7b-v1.1</a> model and <a href="https://huggingface.co/togethercomputer/RedPajama-INCITE-Chat-3B-v1">RedPajama-INCITE-Chat-3B-v1</a> model. More model supports are on the way.</p>

<div id="llm_chat"></div>

Expand Down
4 changes: 2 additions & 2 deletions docs/llm_chat.54531fa5.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/llm_chat.54531fa5.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/worker.360c8a9c.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/worker.360c8a9c.js.map

Large diffs are not rendered by default.

0 comments on commit b732d73

Please sign in to comment.