diff --git a/README.md b/README.md index b6007d1..90bb32d 100644 --- a/README.md +++ b/README.md @@ -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()` diff --git a/package.json b/package.json index a946d53..09f2404 100644 --- a/package.json +++ b/package.json @@ -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",