[PR #2683] [CLOSED] Bump node-llama-cpp from 2.8.10 to 3.2.0 in /server #4080

Closed
opened 2026-02-22 18:35:05 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/2683
Author: @dependabot[bot]
Created: 11/21/2024
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/server/node-llama-cpp-3.2.0


📝 Commits (1)

  • cf15057 Bump node-llama-cpp from 2.8.10 to 3.2.0 in /server

📊 Changes

2 files changed (+643 additions, -373 deletions)

View changed files

📝 server/package.json (+1 -1)
📝 server/yarn.lock (+642 -372)

📄 Description

Bumps node-llama-cpp from 2.8.10 to 3.2.0.

Release notes

Sourced from node-llama-cpp's releases.

v3.2.0

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

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

3.1.0 (2024-10-05)

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/Mintplex-Labs/anything-llm/pull/2683 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/21/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/server/node-llama-cpp-3.2.0` --- ### 📝 Commits (1) - [`cf15057`](https://github.com/Mintplex-Labs/anything-llm/commit/cf15057d046e1109af6acba7e6dd9e372b8fd2ec) Bump node-llama-cpp from 2.8.10 to 3.2.0 in /server ### 📊 Changes **2 files changed** (+643 additions, -373 deletions) <details> <summary>View changed files</summary> 📝 `server/package.json` (+1 -1) 📝 `server/yarn.lock` (+642 -372) </details> ### 📄 Description Bumps [node-llama-cpp](https://github.com/withcatai/node-llama-cpp) from 2.8.10 to 3.2.0. <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.2.0</h2> <h1><a href="https://github.com/withcatai/node-llama-cpp/compare/v3.1.1...v3.2.0">3.2.0</a> (2024-10-31)</h1> <h3>Bug Fixes</h3> <ul> <li>Electron crash with some models on macOS when not using Metal (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/375">#375</a>) (<a href="https://github.com/withcatai/node-llama-cpp/commit/ea12dc5128fce5e486847be378b676d3bca6a30d">ea12dc5</a>)</li> <li>adapt to <code>llama.cpp</code> breaking changes (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/375">#375</a>) (<a href="https://github.com/withcatai/node-llama-cpp/commit/ea12dc5128fce5e486847be378b676d3bca6a30d">ea12dc5</a>)</li> <li>support <code>rejectattr</code> in Jinja templates (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/376">#376</a>) (<a href="https://github.com/withcatai/node-llama-cpp/commit/ff02ebd4b203aa4035886580724b4154b7330801">ea12dc5</a>)</li> <li>build warning on macOS (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/377">#377</a>) (<a href="https://github.com/withcatai/node-llama-cpp/commit/6405ee945e792651123189aae2612212095765b6">6405ee9</a>)</li> </ul> <h3>Features</h3> <ul> <li>chat session response prefix (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/375">#375</a>) (<a href="https://github.com/withcatai/node-llama-cpp/commit/ea12dc5128fce5e486847be378b676d3bca6a30d">ea12dc5</a>)</li> <li>improve context shift strategy (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/375">#375</a>) (<a href="https://github.com/withcatai/node-llama-cpp/commit/ea12dc5128fce5e486847be378b676d3bca6a30d">ea12dc5</a>)</li> <li>use RAM and swap sizes in memory usage estimations (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/375">#375</a>) (<a href="https://github.com/withcatai/node-llama-cpp/commit/ea12dc5128fce5e486847be378b676d3bca6a30d">ea12dc5</a>)</li> <li>faster building from source (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/375">#375</a>) (<a href="https://github.com/withcatai/node-llama-cpp/commit/ea12dc5128fce5e486847be378b676d3bca6a30d">ea12dc5</a>)</li> <li>improve CPU compatibility score (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/375">#375</a>) (<a href="https://github.com/withcatai/node-llama-cpp/commit/ea12dc5128fce5e486847be378b676d3bca6a30d">ea12dc5</a>)</li> <li><strong><code>inspect gguf</code> command</strong>: print a single key flag (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/375">#375</a>) (<a href="https://github.com/withcatai/node-llama-cpp/commit/ea12dc5128fce5e486847be378b676d3bca6a30d">ea12dc5</a>)</li> </ul> <hr /> <p>Shipped with <code>llama.cpp</code> release <a href="https://github.com/ggerganov/llama.cpp/releases/tag/b3995"><code>b3995</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.1.1</h2> <h2><a href="https://github.com/withcatai/node-llama-cpp/compare/v3.1.0...v3.1.1">3.1.1</a> (2024-10-06)</h2> <h3>Features</h3> <ul> <li><strong>minor:</strong> reference common classes on the <code>Llama</code> instance (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/360">#360</a>) (<a href="https://github.com/withcatai/node-llama-cpp/commit/8145c9409cca6b7b29c5ed168255df29239f395a">8145c94</a>)</li> </ul> <hr /> <p>Shipped with <code>llama.cpp</code> release <a href="https://github.com/ggerganov/llama.cpp/releases/tag/b3889"><code>b3889</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.1.0</h2> <h1><a href="https://github.com/withcatai/node-llama-cpp/compare/v3.0.3...v3.1.0">3.1.0</a> (2024-10-05)</h1> <h3>Bug Fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/withcatai/node-llama-cpp/commit/6405ee945e792651123189aae2612212095765b6"><code>6405ee9</code></a> fix: build warning on macOS (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/377">#377</a>)</li> <li><a href="https://github.com/withcatai/node-llama-cpp/commit/ff02ebd4b203aa4035886580724b4154b7330801"><code>ff02ebd</code></a> chore: update modules (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/376">#376</a>)</li> <li><a href="https://github.com/withcatai/node-llama-cpp/commit/ea12dc5128fce5e486847be378b676d3bca6a30d"><code>ea12dc5</code></a> feat: chat session response prefix (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/375">#375</a>)</li> <li><a href="https://github.com/withcatai/node-llama-cpp/commit/8145c9409cca6b7b29c5ed168255df29239f395a"><code>8145c94</code></a> feat(minor): reference common classes on the <code>Llama</code> instance (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/360">#360</a>)</li> <li><a href="https://github.com/withcatai/node-llama-cpp/commit/51eab61cc5cba224c66ea8e47589d09ec2526535"><code>51eab61</code></a> docs: improvements (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/357">#357</a>)</li> <li><a href="https://github.com/withcatai/node-llama-cpp/commit/4ee10a90e954df26e9e7782d4e2f9e98daab24a5"><code>4ee10a9</code></a> feat: <code>resolveModelFile</code> method (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/351">#351</a>)</li> <li><a href="https://github.com/withcatai/node-llama-cpp/commit/578e7102bfeaf54e8604d261dd91cb002d3687a7"><code>578e710</code></a> docs: home page fixes (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/346">#346</a>)</li> <li><a href="https://github.com/withcatai/node-llama-cpp/commit/76cb79b60e9d1c3422bf4b9d6a1088b62860f20a"><code>76cb79b</code></a> build(docs): fix page time (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/345">#345</a>)</li> <li><a href="https://github.com/withcatai/node-llama-cpp/commit/2e751c8c6aefafe906055137cb8b721a83969ebe"><code>2e751c8</code></a> fix: adapt to <code>llama.cpp</code> breaking change (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/344">#344</a>)</li> <li><a href="https://github.com/withcatai/node-llama-cpp/commit/4478fbf8ae96b336fbeb58f12cd73d4252d9e533"><code>4478fbf</code></a> fix: increase <code>semantic-release</code> retires for GitHub API ratelimit (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/343">#343</a>)</li> <li>Additional commits viewable in <a href="https://github.com/withcatai/node-llama-cpp/compare/v2.8.10...v3.2.0">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=2.8.10&new-version=3.2.0)](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>
yindo added the pull-request label 2026-02-22 18:35:05 -05:00
yindo closed this issue 2026-02-22 18:35:05 -05:00
yindo changed title from [PR #2683] Bump node-llama-cpp from 2.8.10 to 3.2.0 in /server to [PR #2683] [CLOSED] Bump node-llama-cpp from 2.8.10 to 3.2.0 in /server 2026-06-05 15:16:42 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#4080