Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mtasic85 committed Feb 13, 2024
1 parent 0593090 commit 2eafd4c
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,19 @@ <h1><a href="/">llama-cpp-wasm</a></h1>
<img src="img/run-llama-cpp-in-browser-twitter-fs8.png" alt="llama-cpp-wasm" />
</section>

<hr />

<section>
<h2> In-Browser Demos </h2>

<ul>
<li><a href="/example-single-thread.html"> <b> single-threaded </b> wasm32 </a> (Recommended browsers: &#128549; <b>Chrome</b>, &#128549; <b>Safari</b>, &#129395; <b>Firefox</b>) </li>
<li><a href="/example-multi-thread.html"> <b> multi-threading </b> wasm32 </a> (Recommended browser: &#129395; <b>Firefox</b>)</li>
</ul>
</section>

<hr />

<section>
<h2> Ecosystem </h2>

Expand Down Expand Up @@ -73,16 +86,6 @@ <h2> Ecosystem </h2>
</div>
</article>
</section>

<hr />

<section>
<h2> In-Browser Demos </h2>

<ul>
<li><a href="/example-single-thread.html"> <b> single-threaded </b> wasm32 </a> (Recommended browsers: &#128549; <b>Chrome</b>, &#128549; <b>Safari</b>, &#129395; <b>Firefox</b>) </li>
<li><a href="/example-multi-thread.html"> <b> multi-threading </b> wasm32 </a> (Recommended browser: &#129395; <b>Firefox</b>)</li>
</ul>
</main>
</body>
</html>

0 comments on commit 2eafd4c

Please sign in to comment.