Skip to content

Releases: withcatai/node-llama-cpp

v3.3.1

09 Dec 00:33
6a54163
Compare
Choose a tag to compare

3.3.1 (2024-12-09)

Bug Fixes

  • align embedding input with WPM vocabulary type models (#393) (28c7984)

Shipped with llama.cpp release b4291

To use the latest llama.cpp release available, run npx -n node-llama-cpp source download --release latest. (learn more)

v3.3.0

02 Dec 20:32
4d387de
Compare
Choose a tag to compare

3.3.0 (2024-12-02)

Bug Fixes

  • improve binary compatibility testing on Electron apps (#386) (97abbca)
  • too many abort signal listeners (#386) (97abbca)
  • log level of some lower level logs (#386) (97abbca)
  • context window missing response during generation on specific extreme conditions (#386) (97abbca)
  • adapt to breaking llama.cpp changes (#386) (97abbca)
  • automatically resolve compiler is out of heap space CUDA build error (#386) (97abbca)

Features

  • Llama 3.2 3B function calling support (#386) (97abbca)
  • use llama.cpp backend registry for GPUs instead of custom implementations (#386) (97abbca)
  • getLlama: build: "try" option (#386) (97abbca)
  • init command: --model flag (#386) (97abbca)
  • JSON Schema grammar: array prefixItems, minItems, maxItems support (#388) (4d387de)
  • JSON Schema grammar: object additionalProperties, minProperties, maxProperties support (#388) (4d387de)
  • JSON Schema grammar: string minLength, maxLength, format support (#388) (4d387de)
  • JSON Schema grammar: improve inferred types (#388) (4d387de)
  • function calling: params description support (#388) (4d387de)
  • function calling: document JSON Schema type properties on Functionary chat function types (#388) (4d387de)

Shipped with llama.cpp release b4234

To use the latest llama.cpp release available, run npx -n node-llama-cpp source download --release latest. (learn more)

v3.2.0

31 Oct 01:39
6405ee9
Compare
Choose a tag to compare

3.2.0 (2024-10-31)

Bug Fixes

  • Electron crash with some models on macOS when not using Metal (#375) (ea12dc5)
  • adapt to llama.cpp breaking changes (#375) (ea12dc5)
  • support rejectattr in Jinja templates (#376) (ea12dc5)
  • build warning on macOS (#377) (6405ee9)

Features


Shipped with llama.cpp release b3995

To use the latest llama.cpp release available, run npx -n node-llama-cpp source download --release latest. (learn more)

v3.1.1

06 Oct 20:32
8145c94
Compare
Choose a tag to compare

3.1.1 (2024-10-06)

Features

  • minor: reference common classes on the Llama instance (#360) (8145c94)

Shipped with llama.cpp release b3889

To use the latest llama.cpp release available, run npx -n node-llama-cpp source download --release latest. (learn more)

v3.1.0

05 Oct 20:27
51eab61
Compare
Choose a tag to compare

3.1.0 (2024-10-05)

Bug Fixes

Features


Shipped with llama.cpp release b3887

To use the latest llama.cpp release available, run npx -n node-llama-cpp source download --release latest. (learn more)

v3.0.3

25 Sep 20:34
2e751c8
Compare
Choose a tag to compare

node-llama-cpp 3.0 is here! ✨

Read about the release in the blog post


3.0.3 (2024-09-25)

Bug Fixes


Shipped with llama.cpp release b3825

To use the latest llama.cpp release available, run npx -n node-llama-cpp source download --release latest. (learn more)

v3.0.2

25 Sep 15:00
1291b97
Compare
Choose a tag to compare

node-llama-cpp 3.0 is here! ✨

Read about the release in the blog post


3.0.2 (2024-09-25)

Bug Fixes


Shipped with llama.cpp release b3821

To use the latest llama.cpp release available, run npx -n node-llama-cpp source download --release latest. (learn more)

v3.0.1

24 Sep 04:11
ec45bbf
Compare
Choose a tag to compare

node-llama-cpp 3.0 is here! ✨

Read about the release in the blog post


3.0.1 (2024-09-24)

Bug Fixes


Shipped with llama.cpp release b3808

To use the latest llama.cpp release available, run npx -n node-llama-cpp source download --release latest. (learn more)

v3.0.0

24 Sep 01:38
97b0d86
Compare
Choose a tag to compare

node-llama-cpp 3.0 is here! ✨

Read about the release in the blog post


3.0.0 (2024-09-24)

Features

Read more

v3.0.0-beta.47

23 Sep 18:53
Compare
Choose a tag to compare
v3.0.0-beta.47 Pre-release
Pre-release

3.0.0-beta.47 (2024-09-23)

Bug Fixes

Features

  • resetChatHistory function on a LlamaChatSession (#327) (ebc4e83)

Shipped with llama.cpp release b3804

To use the latest llama.cpp release available, run npx -n node-llama-cpp source download --release latest. (learn more)