Skip to content

Commit

Permalink
v1.16.1 (#113)
Browse files Browse the repository at this point in the history
* sync with upstream source code

* bump to v1.16.1
  • Loading branch information
ngxson authored Sep 6, 2024
1 parent e7fe626 commit 7beefeb
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"files.associations": {
"__locale": "c"
}
}
2 changes: 1 addition & 1 deletion llama.cpp
Submodule llama.cpp updated 116 files
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wllama/wllama",
"version": "1.16.0",
"version": "1.16.1",
"description": "Low-level WASM binding for llama.cpp",
"main": "index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion src/multi-thread/wllama.js

Large diffs are not rendered by default.

Binary file modified src/multi-thread/wllama.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion src/single-thread/wllama.js

Large diffs are not rendered by default.

Binary file modified src/single-thread/wllama.wasm
Binary file not shown.

0 comments on commit 7beefeb

Please sign in to comment.