Skip to content

Releases: withcatai/node-llama-cpp

v2.3.1

02 Sep 22:39
3ef4c00
Compare
Choose a tag to compare

2.3.1 (2023-09-02)

v2.3.0

02 Sep 19:49
47c3c5f
Compare
Choose a tag to compare

2.3.0 (2023-09-02)

Bug Fixes

  • handle stop words remainder properly in a chat session (#32) (9bdef11)
  • move default export to be the last one in package.json (#31) (dd49959)

Features

  • threads count setting on a model (#33) (47c3c5f)

v2.2.0

01 Sep 16:35
74be398
Compare
Choose a tag to compare

2.2.0 (2023-09-01)

Features

  • export class options types (#29) (74be398)
  • improve error message when llama.cpp source is not downloaded (#27) (7837af7)
  • make contributions and support more efficient via GitHub templates (#28) (5fc0d18)

v2.1.2

28 Aug 23:02
fd332e1
Compare
Choose a tag to compare

2.1.2 (2023-08-28)

Bug Fixes

v2.1.1

28 Aug 22:08
b34b3d7
Compare
Choose a tag to compare

2.1.1 (2023-08-28)

v2.1.0

28 Aug 19:03
1043596
Compare
Choose a tag to compare

2.1.0 (2023-08-28)

Features

  • add grammar support (#13) (c28d2de)
  • add support for metal and cuda in the build command (#17) (1043596)

v2.0.0

25 Aug 22:51
95b7c43
Compare
Choose a tag to compare

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

17 Aug 18:02
54a1c6f
Compare
Choose a tag to compare

1.3.1 (2023-08-17)

Bug Fixes

  • rename a param to match llama.cpp (#8) (54a1c6f)

v1.3.0

17 Aug 16:41
560dd4e
Compare
Choose a tag to compare

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

16 Aug 19:50
adfce4c
Compare
Choose a tag to compare

1.2.1 (2023-08-16)

Bug Fixes