Skip to content

Commit

Permalink
promo image; v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mtasic85 committed Feb 13, 2024
1 parent 7e8f30f commit e503b83
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

**WebAssembly** (Wasm) Build and Bindings for [llama.cpp](https://github.com/ggerganov/llama.cpp).

![llama-cpp-wasm](img/run-llama-cpp-in-browser-twitter-fs8.png)

## Online Demo

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ <h1><a href="/">llama-cpp-wasm</a></h1>
</header>

<main class="container">
<section>
<img src="img/run-llama-cpp-in-browser-twitter-fs8.png" alt="llama-cpp-wasm" />
</section>

<section>
<h2> Ecosystem </h2>

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "llama-cpp-wasm",
"version": "0.1.0",
"version": "0.2.0",
"description": "WebAssembly (Wasm) Build and Bindings for llama.cpp",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit e503b83

Please sign in to comment.