[PR #25] [MERGED] Bump node-llama-cpp from 3.0.0-beta.42 to 3.0.0-beta.44 #106

Closed
opened 2026-03-03 13:53:06 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jehna/humanify/pull/25
Author: @dependabot[bot]
Created: 8/11/2024
Status: Merged
Merged: 8/11/2024
Merged by: @github-actions[bot]

Base: mainHead: dependabot/npm_and_yarn/node-llama-cpp-3.0.0-beta.44


📝 Commits (1)

  • 070f5f5 Bump node-llama-cpp from 3.0.0-beta.42 to 3.0.0-beta.44

📊 Changes

1 file changed (+13 additions, -13 deletions)

View changed files

📝 package-lock.json (+13 -13)

📄 Description

Bumps node-llama-cpp from 3.0.0-beta.42 to 3.0.0-beta.44.

Release notes

Sourced from node-llama-cpp's releases.

v3.0.0-beta.44

3.0.0-beta.44 (2024-08-10)

Bug Fixes

  • revert to the latest stable Metal llama.cpp release (#297) (bf12e9c)

Shipped with llama.cpp release b3543

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

v3.0.0-beta.43

3.0.0-beta.43 (2024-08-09)

Bug Fixes

  • more cases of unknown characters in generation streaming (#295) (ecaef63)

Shipped with llama.cpp release b3560

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

Commits
  • bf12e9c fix: revert to the latest stable Metal llama.cpp release (#297)
  • ecaef63 fix: more cases of unknown characters in generation streaming (#295)
  • See full diff in compare view

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/25 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/11/2024 **Status:** ✅ Merged **Merged:** 8/11/2024 **Merged by:** [@github-actions[bot]](https://github.com/apps/github-actions) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/node-llama-cpp-3.0.0-beta.44` --- ### 📝 Commits (1) - [`070f5f5`](https://github.com/jehna/humanify/commit/070f5f502398cfb645836e60039d05e064576907) Bump node-llama-cpp from 3.0.0-beta.42 to 3.0.0-beta.44 ### 📊 Changes **1 file changed** (+13 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+13 -13) </details> ### 📄 Description Bumps [node-llama-cpp](https://github.com/withcatai/node-llama-cpp) from 3.0.0-beta.42 to 3.0.0-beta.44. <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.0.0-beta.44</h2> <h1><a href="https://github.com/withcatai/node-llama-cpp/compare/v3.0.0-beta.43...v3.0.0-beta.44">3.0.0-beta.44</a> (2024-08-10)</h1> <h3>Bug Fixes</h3> <ul> <li>revert to the latest stable Metal <code>llama.cpp</code> release (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/297">#297</a>) (<a href="https://github.com/withcatai/node-llama-cpp/commit/bf12e9ccb4f45b69a8ddea155c248392c0cbd12a">bf12e9c</a>)</li> </ul> <hr /> <p>Shipped with <code>llama.cpp</code> release <a href="https://github.com/ggerganov/llama.cpp/releases/tag/b3543"><code>b3543</code></a></p> <blockquote> <p>To use the latest <code>llama.cpp</code> release available, run <code>npx --no node-llama-cpp download --release latest</code>. (<a href="https://withcatai.github.io/node-llama-cpp/guide/building-from-source#downloading-a-newer-release">learn more</a>)</p> </blockquote> <h2>v3.0.0-beta.43</h2> <h1><a href="https://github.com/withcatai/node-llama-cpp/compare/v3.0.0-beta.42...v3.0.0-beta.43">3.0.0-beta.43</a> (2024-08-09)</h1> <h3>Bug Fixes</h3> <ul> <li>more cases of unknown characters in generation streaming (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/295">#295</a>) (<a href="https://github.com/withcatai/node-llama-cpp/commit/ecaef6329a567a957ea93f20272d5f3eb6bc0cd5">ecaef63</a>)</li> </ul> <hr /> <p>Shipped with <code>llama.cpp</code> release <a href="https://github.com/ggerganov/llama.cpp/releases/tag/b3560"><code>b3560</code></a></p> <blockquote> <p>To use the latest <code>llama.cpp</code> release available, run <code>npx --no node-llama-cpp download --release latest</code>. (<a href="https://withcatai.github.io/node-llama-cpp/guide/building-from-source#downloading-a-newer-release">learn more</a>)</p> </blockquote> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/withcatai/node-llama-cpp/commit/bf12e9ccb4f45b69a8ddea155c248392c0cbd12a"><code>bf12e9c</code></a> fix: revert to the latest stable Metal <code>llama.cpp</code> release (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/297">#297</a>)</li> <li><a href="https://github.com/withcatai/node-llama-cpp/commit/ecaef6329a567a957ea93f20272d5f3eb6bc0cd5"><code>ecaef63</code></a> fix: more cases of unknown characters in generation streaming (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/295">#295</a>)</li> <li>See full diff in <a href="https://github.com/withcatai/node-llama-cpp/compare/v3.0.0-beta.42...v3.0.0-beta.44">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.0.0-beta.42&new-version=3.0.0-beta.44)](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:53:06 +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#106
No description provided.