Skip to content

Commit

Permalink
v1.10.0 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngxson committed Jun 1, 2024
1 parent 3c636a3 commit bbaff9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Another WebAssembly binding for [llama.cpp](https://github.com/ggerganov/llama.c

## Recent changes

- Version 1.10.0
- `loadModel()` now accepts `Blob` (also works with `File`)
- Origin private file system (OPFS) is used for caching files (better performance)
- Version 1.9.0
- Added custom logger
- Added `getModelMetadata()`
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": "@wllama/wllama",
"version": "1.9.0",
"version": "1.10.0",
"description": "Low-level WASM binding for llama.cpp",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit bbaff9b

Please sign in to comment.