[PR #568] [CLOSED] Bump node-llama-cpp from 3.7.0 to 3.12.1 #577

Closed
opened 2026-03-03 13:55:11 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jehna/humanify/pull/568
Author: @dependabot[bot]
Created: 8/12/2025
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/node-llama-cpp-3.12.1


📝 Commits (1)

  • 4d83b82 Bump node-llama-cpp from 3.7.0 to 3.12.1

📊 Changes

1 file changed (+362 additions, -210 deletions)

View changed files

📝 package-lock.json (+362 -210)

📄 Description

Bumps node-llama-cpp from 3.7.0 to 3.12.1.

Release notes

Sourced from node-llama-cpp's releases.

v3.12.1

gpt-oss is here!

Read about the release in the blog post


3.12.1 (2025-08-11)

Features

Bug Fixes

  • gpt-oss segment budgets (#489) (30eaa23)
  • add support for more gpt-oss variations (#489) (30eaa23)
  • default to using a model message for prompt completion on unsupported models (#489) (30eaa23)
  • prompt completion config (#490) (f849cd9)

Shipped with llama.cpp release b6133

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

v3.12.0

gpt-oss is here!

Read about the release in the blog post


3.12.0 (2025-08-09)

Features

Bug Fixes

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jehna/humanify/pull/568 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/12/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/node-llama-cpp-3.12.1` --- ### 📝 Commits (1) - [`4d83b82`](https://github.com/jehna/humanify/commit/4d83b82c805f794cbc65318cea7880ca5669bd7a) Bump node-llama-cpp from 3.7.0 to 3.12.1 ### 📊 Changes **1 file changed** (+362 additions, -210 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+362 -210) </details> ### 📄 Description Bumps [node-llama-cpp](https://github.com/withcatai/node-llama-cpp) from 3.7.0 to 3.12.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/withcatai/node-llama-cpp/releases">node-llama-cpp's releases</a>.</em></p> <blockquote> <h2>v3.12.1</h2> <p><a href="https://node-llama-cpp.withcat.ai/blog/v3.12-gpt-oss"><img src="https://github.com/user-attachments/assets/df5f1f59-a2cd-4fdb-b60c-3214f4a1584b" alt="" /></a></p> <h1>✨ <a href="https://node-llama-cpp.withcat.ai/blog/v3.12-gpt-oss"><code>gpt-oss</code> is here!</a> ✨</h1> <p>Read about the release in the <a href="https://node-llama-cpp.withcat.ai/blog/v3.12-gpt-oss">blog post</a></p> <hr /> <h2><a href="https://github.com/withcatai/node-llama-cpp/compare/v3.12.0...v3.12.1">3.12.1</a> (2025-08-11)</h2> <h3>Features</h3> <ul> <li><code>comment</code> segment budget (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/489">#489</a>) (<a href="https://github.com/withcatai/node-llama-cpp/commit/30eaa23c60d7aa8b0bb66fdd6a5a3c1d5c63bead">30eaa23</a>) (documentation: <a href="https://node-llama-cpp.withcat.ai/api/type-aliases/LLamaChatPromptOptions#budgets-commenttokens">API: <code>LLamaChatPromptOptions[&quot;budgets&quot;][&quot;commentTokens&quot;]</code></a>)</li> <li><strong>Electron template</strong>: comment segments</li> <li><strong>Electron template</strong>: improve completions speed when using functions</li> </ul> <h3>Bug Fixes</h3> <ul> <li><code>gpt-oss</code> segment budgets (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/489">#489</a>) (<a href="https://github.com/withcatai/node-llama-cpp/commit/30eaa23c60d7aa8b0bb66fdd6a5a3c1d5c63bead">30eaa23</a>)</li> <li>add support for more <code>gpt-oss</code> variations (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/489">#489</a>) (<a href="https://github.com/withcatai/node-llama-cpp/commit/30eaa23c60d7aa8b0bb66fdd6a5a3c1d5c63bead">30eaa23</a>)</li> <li>default to using a model message for prompt completion on unsupported models (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/489">#489</a>) (<a href="https://github.com/withcatai/node-llama-cpp/commit/30eaa23c60d7aa8b0bb66fdd6a5a3c1d5c63bead">30eaa23</a>)</li> <li>prompt completion config (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/490">#490</a>) (<a href="https://github.com/withcatai/node-llama-cpp/commit/f849cd9d83a3444c6e5b910e7f68388ba34687f4">f849cd9</a>)</li> </ul> <hr /> <p>Shipped with <code>llama.cpp</code> release <a href="https://github.com/ggml-org/llama.cpp/releases/tag/b6133"><code>b6133</code></a></p> <blockquote> <p>To use the latest <code>llama.cpp</code> release available, run <code>npx -n node-llama-cpp source download --release latest</code>. (<a href="https://node-llama-cpp.withcat.ai/guide/building-from-source#download-new-release">learn more</a>)</p> </blockquote> <h2>v3.12.0</h2> <p><a href="https://node-llama-cpp.withcat.ai/blog/v3.12-gpt-oss"><img src="https://github.com/user-attachments/assets/df5f1f59-a2cd-4fdb-b60c-3214f4a1584b" alt="" /></a></p> <h1>✨ <a href="https://node-llama-cpp.withcat.ai/blog/v3.12-gpt-oss"><code>gpt-oss</code> is here!</a> ✨</h1> <p>Read about the release in the <a href="https://node-llama-cpp.withcat.ai/blog/v3.12-gpt-oss">blog post</a></p> <hr /> <h1><a href="https://github.com/withcatai/node-llama-cpp/compare/v3.11.0...v3.12.0">3.12.0</a> (2025-08-09)</h1> <h3>Features</h3> <ul> <li><code>gpt-oss</code> support (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/487">#487</a>) (<a href="https://github.com/withcatai/node-llama-cpp/commit/722e29d64f164d12d82d0438f408f2aa5106bd81">722e29d</a>) (documentation: <a href="https://node-llama-cpp.withcat.ai/blog/v3.12-gpt-oss"><code>gpt-oss</code></a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong><code>Llama</code>:</strong> expose the <code>numa</code> (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/485">#485</a>) (<a href="https://github.com/withcatai/node-llama-cpp/commit/ea0d8159c1f7bd15b52050b67663f26b88df709b">ea0d815</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/withcatai/node-llama-cpp/commit/f849cd9d83a3444c6e5b910e7f68388ba34687f4"><code>f849cd9</code></a> fix: completion config (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/490">#490</a>)</li> <li><a href="https://github.com/withcatai/node-llama-cpp/commit/30eaa23c60d7aa8b0bb66fdd6a5a3c1d5c63bead"><code>30eaa23</code></a> fix: <code>gpt-oss</code> segment budgets (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/489">#489</a>)</li> <li><a href="https://github.com/withcatai/node-llama-cpp/commit/722e29d64f164d12d82d0438f408f2aa5106bd81"><code>722e29d</code></a> feat: <code>gpt-oss</code> support (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/487">#487</a>)</li> <li><a href="https://github.com/withcatai/node-llama-cpp/commit/ea0d8159c1f7bd15b52050b67663f26b88df709b"><code>ea0d815</code></a> fix(<code>Llama</code>): expose the <code>numa</code> (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/485">#485</a>)</li> <li><a href="https://github.com/withcatai/node-llama-cpp/commit/5565614ae71b13c1ab449e0e8983378f49ea7249"><code>5565614</code></a> build: fix CI config (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/483">#483</a>)</li> <li><a href="https://github.com/withcatai/node-llama-cpp/commit/a2ddaa2a52768c13a7163763092b26c8657d90d3"><code>a2ddaa2</code></a> feat: NUMA policy (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/482">#482</a>)</li> <li><a href="https://github.com/withcatai/node-llama-cpp/commit/59cf309f2dc44540e9939615d5b0bf07d51411fb"><code>59cf309</code></a> test: fix a test (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/473">#473</a>)</li> <li><a href="https://github.com/withcatai/node-llama-cpp/commit/9cdbce949fdf9b8e2fb5f6a0af5f6af5fb4384f5"><code>9cdbce9</code></a> feat(JSON Schema Grammar): <code>$defs</code> and <code>$ref</code> support with full inferred type...</li> <li><a href="https://github.com/withcatai/node-llama-cpp/commit/ea8d9046bb2b4c33b79c058b4a0f608f5452c0fb"><code>ea8d904</code></a> feat: reasoning budget (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/468">#468</a>)</li> <li><a href="https://github.com/withcatai/node-llama-cpp/commit/1799127cd88c4b53a89b6080241bef895c2bf25b"><code>1799127</code></a> fix(<code>getLlamaGpuTypes</code>): edge case (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/463">#463</a>)</li> <li>Additional commits viewable in <a href="https://github.com/withcatai/node-llama-cpp/compare/v3.7.0...v3.12.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=node-llama-cpp&package-manager=npm_and_yarn&previous-version=3.7.0&new-version=3.12.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 13:55:11 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/humanify#577
No description provided.