1.10.0
What's Changed
loadModel()
now also acceptsBlob
orFile
- Added
GGUFRemoteBlob
that can stream Blob from a remote URL - Added example for loading local gguf files
- Implement OPFS for cache
Note: Optionally, you can clear the CacheStorage
used by previous version.
Pull requests:
- fix small typo in README by @ngxson in #51
- sync with latest llama.cpp source code by @ngxson in #59
- add Blob support + OPFS + load from local file(s) by @ngxson in #52
- v1.10.0 by @ngxson in #60
Full Changelog: 1.9.0...1.10.0