CARVIEW |
Navigation Menu
-
-
Notifications
You must be signed in to change notification settings - Fork 137
Releases: withcatai/node-llama-cpp
v3.11.0
5565614
Compare
3.11.0 (2025-07-29)
Features
- NUMA policy (#482) (a2ddaa2) (documentation: API:
LlamaOptions["numa"]
) inspect gpu
command: log prebuilt binaries and cloned source releases (#482) (a2ddaa2)
Bug Fixes
- add missing GGUF metadata types (#482) (a2ddaa2)
- level of some internal logs (#482) (a2ddaa2)
- JSON schema grammar edge case (#482) (a2ddaa2)
Shipped with llama.cpp
release b6018
To use the latest
llama.cpp
release available, runnpx -n node-llama-cpp source download --release latest
. (learn more)
Assets 16
- sha256:e0b847d7ec4c2db18854f7a4cdddc7f5cfe9e360aaeefcea2e3bab2682a57807153 MB
2025-07-29T11:09:28Z - sha256:847ee49da0809ea31eb3767d3fe2fa1366c2374bf609c3fd8174b54fefee7ab1223 MB
2025-07-29T11:09:21Z - sha256:2e9f1db6a90f7d7b6188633ec7f8fbd8a7cda17f4250582adad2dfc0cb2f390f142 MB
2025-07-29T11:09:08Z - sha256:bced5c26cafc71e7f87876592dd9a219d06cfcfad12ffbe228360da433a2cf5a99.5 MB
2025-07-29T11:09:33Z - sha256:3da4b76a7e9c5e13a2c49cb431193c77bde83d7c928d1311c6fe6255ffe95851135 MB
2025-07-29T11:09:37Z - sha256:d277b7bcb42249a578a3870a0f0b5f7437a157d0a5410e0e6bc99e47497ce02b265 MB
2025-07-29T11:09:41Z - sha256:4a239f5efbaf8549abf6f665b0c9de5174dbb74a19076499e9bafe4be93f2d93273 MB
2025-07-29T11:09:12Z - sha256:6771cb1006cf0c3fccb7c8a16076b4a7c48d94343aa56dbd4c27d8d02fade619136 MB
2025-07-29T11:01:09Z - sha256:daa3ba8871c299439a71ad434603cab5ed498aff563fad711dec3e33215c57d5131 MB
2025-07-29T11:01:24Z - sha256:d6548763c43bf5c7e3091f1703da36f6ec43a55031e89dee1acce617bfdd1981145 MB
2025-07-29T11:01:16Z -
2025-07-29T00:51:21Z -
2025-07-29T00:51:21Z - Loading
v3.10.0
59cf309
Compare
3.10.0 (2025-06-12)
Features
- JSON Schema Grammar:
$defs
and$ref
support with full inferred types (#472) (9cdbce9) inspect gguf
command: format and print the Jinja chat template with--key .chatTemplate
(#472) (9cdbce9)
Bug Fixes
JinjaTemplateChatWrapper
: first function call prefix detection (#472) (9cdbce9)QwenChatWrapper
: improve Qwen chat template detection (#472) (9cdbce9)- apply
maxTokens
on function calling parameters (#472) (9cdbce9) - adjust default prompt completion length based on SWA size when relevant (#472) (9cdbce9)
- improve thought segmentation syntax extraction (#472) (9cdbce9)
- adapt to
llama.cpp
changes (#472) (9cdbce9)
Shipped with llama.cpp
release b5640
To use the latest
llama.cpp
release available, runnpx -n node-llama-cpp source download --release latest
. (learn more)
Assets 16
v3.9.0
ea8d904
Compare
3.9.0 (2025-06-04)
Features
- reasoning budget (#468) (ea8d904) (documentation: Set Reasoning Budget)
- SWA (Sliding Window Attention) support - greatly reduced context memory consumption on supported models (#468) (ea8d904)
- documentation: LLMs friendly
llms.md
andllms-full.md
files (#468) (ea8d904)
Bug Fixes
Shipped with llama.cpp
release b5590
To use the latest
llama.cpp
release available, runnpx -n node-llama-cpp source download --release latest
. (learn more)
Assets 16
v3.8.1
1799127
Compare
3.8.1 (2025-05-19)
Bug Fixes
getLlamaGpuTypes
: edge case (#463) (1799127)- remove prompt completion from the cached context window (#463) (1799127)
Shipped with llama.cpp
release b5415
To use the latest
llama.cpp
release available, runnpx -n node-llama-cpp source download --release latest
. (learn more)
Assets 16
v3.8.0
f2cb873
Compare
3.8.0 (2025-05-17)
Features
- save and restore a context sequence state (#460) (f2cb873) (documentation: Saving and restoring a context sequence evaluation state)
- stream function call parameters (#460) (f2cb873) (documentation: API:
LLamaChatPromptOptions["onFunctionCallParamsChunk"]
) - configure Hugging Face remote endpoint for resolving URIs (#460) (f2cb873) (documentation: API:
ResolveModelFileOptions["endpoints"]
) - Qwen 3 support (#460) (f2cb873)
QwenChatWrapper
: support discouraging the generation of thoughts (#460) (f2cb873) (documentation: API:QwenChatWrapper
constructor >thoughts
option)getLlama
:dryRun
option (#460) (f2cb873) (documentation: API:LlamaOptions["dryRun"]
)getLlamaGpuTypes
function (#460) (f2cb873) (documentation: API:getLlamaGpuTypes
)
Bug Fixes
- adapt to breaking
llama.cpp
changes (#460) (f2cb873) - capture multi-token segment separators (#460) (f2cb873)
- race condition when reading extremely long gguf metadata (#460) (f2cb873)
- adapt memory estimation to newly added model architectures (#460) (f2cb873)
- skip binary testing on certain problematic conditions (#460) (f2cb873)
- improve GPU backend loading error description (#460) (f2cb873)
Shipped with llama.cpp
release b5414
To use the latest
llama.cpp
release available, runnpx -n node-llama-cpp source download --release latest
. (learn more)
Assets 16
v3.7.0
c070e81
Compare
3.7.0 (2025-03-28)
Features
- extract function calling syntax from a Jinja template (#444) (c070e81)
- Full support for Qwen and QwQ via
QwenChatWrapper
(#444) (c070e81) - export a
llama
instance getter on a model instance (#444) (c070e81)
Bug Fixes
- better handling for function calling with empty parameters (#444) (c070e81)
- reranking edge case crash (#444) (c070e81)
- limit the context size by default in the node-typescript template (#444) (c070e81)
- adapt to breaking
llama.cpp
changes (#444) (c070e81) - bump min nodejs version to 20 due to dependencies' requirements (#444) (c070e81)
defineChatSessionFunction
type (#444) (c070e81)
Shipped with llama.cpp
release b4980
To use the latest
llama.cpp
release available, runnpx -n node-llama-cpp source download --release latest
. (learn more)
Assets 16
v3.6.0
599a161
Compare
✨ DeepSeek R1 is here! ✨
Read about the release in the blog post
3.6.0 (2025-02-21)
Features
- DeepSeek R1 support (#428) (ca6b901) (documentation: DeepSeek R1)
- chain of thought segmentation (#428) (ca6b901) (documentation: Stream Response Segments)
- pass a model to
resolveChatWrapper
(#428) (ca6b901) defineChatSessionFunction
: improveparams
type (#428) (ca6b901)- Electron template: show chain of thought (#428) (ca6b901) (documentation: DeepSeek R1)
- Electron template: add functions template (#428) (ca6b901)
- Electron template: new icon for the CI build (#428) (ca6b901)
- Electron template: update model message in a more stable manner (#428) (ca6b901)
- Electron template: more convenient completion (#428) (ca6b901)
Bug Fixes
- check path existence before reading its content (#428) (ca6b901)
- partial tokens handling (#428) (ca6b901)
- uncaught exception (#430) (599a161)
- Electron template: non-latin text formatting (#430) (599a161)
Shipped with llama.cpp
release b4753
To use the latest
llama.cpp
release available, runnpx -n node-llama-cpp source download --release latest
. (learn more)
Assets 16
v3.5.0
63a1066
Compare
3.5.0 (2025-01-31)
Features
- shorter model URIs (#421) (73454d9) (documentation: Model URIs)
Bug Fixes
Shipped with llama.cpp
release b4600
To use the latest
llama.cpp
release available, runnpx -n node-llama-cpp source download --release latest
. (learn more)
Assets 16
v3.4.3
6e4bf3d
Compare
3.4.3 (2025-01-30)
Bug Fixes
Shipped with llama.cpp
release b4599
To use the latest
llama.cpp
release available, runnpx -n node-llama-cpp source download --release latest
. (learn more)
Assets 16
v3.4.2
314d7e8
Compare
3.4.2 (2025-01-27)
Bug Fixes
- metadata string encoding (#420) (314d7e8)
- Vulkan parallel decoding (#420) (314d7e8)
- try auth token on 401 response (#420) (314d7e8)
Shipped with llama.cpp
release b4567
To use the latest
llama.cpp
release available, runnpx -n node-llama-cpp source download --release latest
. (learn more)