File tree 1 file changed +13
-10
lines changed
1 file changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,19 @@ <h1><a href="/">llama-cpp-wasm</a></h1>
34
34
<img src="img/run-llama-cpp-in-browser-twitter-fs8.png" alt="llama-cpp-wasm" />
35
35
</section>
36
36
37
+ <hr />
38
+
39
+ <section>
40
+ <h2> In-Browser Demos </h2>
41
+
42
+ <ul>
43
+ <li><a href="/example-single-thread.html"> <b> single-threaded </b> wasm32 </a> (Recommended browsers: 😥 <b>Chrome</b>, 😥 <b>Safari</b>, 🥳 <b>Firefox</b>) </li>
44
+ <li><a href="/example-multi-thread.html"> <b> multi-threading </b> wasm32 </a> (Recommended browser: 🥳 <b>Firefox</b>)</li>
45
+ </ul>
46
+ </section>
47
+
48
+ <hr />
49
+
37
50
<section>
38
51
<h2> Ecosystem </h2>
39
52
@@ -73,16 +86,6 @@ <h2> Ecosystem </h2>
73
86
</div>
74
87
</article>
75
88
</section>
76
-
77
- <hr />
78
-
79
- <section>
80
- <h2> In-Browser Demos </h2>
81
-
82
- <ul>
83
- <li><a href="/example-single-thread.html"> <b> single-threaded </b> wasm32 </a> (Recommended browsers: 😥 <b>Chrome</b>, 😥 <b>Safari</b>, 🥳 <b>Firefox</b>) </li>
84
- <li><a href="/example-multi-thread.html"> <b> multi-threading </b> wasm32 </a> (Recommended browser: 🥳 <b>Firefox</b>)</li>
85
- </ul>
86
89
</main>
87
90
</body>
88
91
</html>
You can’t perform that action at this time.
0 commit comments