Skip to content

Commit

Permalink
v1.14.0 (#92)
Browse files Browse the repository at this point in the history
* bump upstream version

* v1.14.0
  • Loading branch information
ngxson authored Jul 10, 2024
1 parent 97db6f5 commit 94ebb81
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,16 @@ Another WebAssembly binding for [llama.cpp](https://github.com/ggerganov/llama.c

## Recent changes

- Version 1.14.0
- Added ability to use cached model when device goes offline [#90](https://github.com/ngxson/wllama/pull/90)
- Added experimental support for encoder-decoder architecture [#91](https://github.com/ngxson/wllama/pull/91)
- 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()`
- Added support for EOT (end of turn) and `stopTokens` in `createCompletion()`
- Version 1.8.0
- Docs & demo address changed from `ngxson.github.io` to `github.ngxson.com`. This allows adding COOP/COEP headers (required to run multi-thread examples)
- Added `abortSignal`, see [#26](https://github.com/ngxson/wllama/pull/26)
- For more details, see [releases page](https://github.com/ngxson/wllama/releases)
- Version 1.7.0
- When downloading, `n_downloads_parallel` is changed to `parallelDownloads`
- Added support for `progressCallback` when downloading. See [advanced example](./examples/advanced/index.html)

For more details, see [releases](https://github.com/ngxson/wllama/releases)

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.13.0",
"version": "1.14.0",
"description": "Low-level WASM binding for llama.cpp",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit 94ebb81

Please sign in to comment.