1.8.1
What's Changed
HeapFS allow us to save more memory while loading model. It also prevent doing memcpy, so loading model will be a bit faster.
- Make the
config
parameter of theloadModelFromUrl
function optional by @felladrin in #32 - Remove prebuilt esm by @ngxson in #33
- Improve error handling on abort() by @ngxson in #34
- add tool for debugging memory by @ngxson in #37
- sync to upstream llama.cpp source code by @ngxson in #46
Full Changelog: 1.8.0...1.8.1