Releases: withcatai/node-llama-cpp
Releases · withcatai/node-llama-cpp
v2.0.0
2.0.0 (2023-08-25)
Bug Fixes
- llama.cpp interface breaking change (#10) (8086c5f)
BREAKING CHANGES
- only
.gguf
models are supported from now on
v1.3.1
1.3.1 (2023-08-17)
Bug Fixes
- rename a param to match llama.cpp (#8) (54a1c6f)
v1.3.0
1.3.0 (2023-08-17)
Features
- add support for some llama.cpp params on
LlamaModel
(#5) (c76ec48)
- add TSDoc (#6) (560dd4e)
v1.2.1
1.2.1 (2023-08-16)
Bug Fixes
v1.2.0
1.2.0 (2023-08-16)
Features
v1.1.1
1.1.1 (2023-08-12)
Bug Fixes
- use prebuilt binaries by default (6dd0d56)
v1.1.0
1.1.0 (2023-08-12)
Bug Fixes
spawnCommand
support for Windows (c0e68f6)
Features
- use
spawn
directly instead of $
to avoid redundant logs (ab3d10e)