Bump llama-cpp-python[server] from 0.1.50 to 0.1.53 #6

Closed
dependabot[bot] wants to merge 1 commit from dependabot/pip/llama-cpp-python-server--0.1.53 into main
dependabot[bot] commented 2023-05-22 15:05:35 +00:00 (Migrated from github.com)

Bumps llama-cpp-python[server] from 0.1.50 to 0.1.53.

Commits
  • 2c45255 Bump version
  • cd102e9 Cache shared library function calls for static tokens
  • b895511 Fix penalize_nl
  • 03e2947 Fix unnecessary memory allocation while sampling
  • fafe471 Update llama.cpp
  • 8f49ca0 Bump version
  • 76b1d2c Change properties to functions to match token functions
  • a7ba858 Add n_ctx, n_vocab, and n_embd properties
  • 01a010b Fix llama_cpp and Llama type signatures. Closes #221
  • fb57b94 Merge branch 'main' of github.com:abetlen/llama_cpp_python into main
  • Additional commits viewable 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 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)
Bumps [llama-cpp-python[server]](https://github.com/abetlen/llama-cpp-python) from 0.1.50 to 0.1.53. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/abetlen/llama-cpp-python/commit/2c45255a0af4c2d1d58549cfa03fabf0b7bbe1bd"><code>2c45255</code></a> Bump version</li> <li><a href="https://github.com/abetlen/llama-cpp-python/commit/cd102e9da1a0e6159e5489f2cab23c207f4916a5"><code>cd102e9</code></a> Cache shared library function calls for static tokens</li> <li><a href="https://github.com/abetlen/llama-cpp-python/commit/b895511ccae4f166c893d0a69c40643943640772"><code>b895511</code></a> Fix penalize_nl</li> <li><a href="https://github.com/abetlen/llama-cpp-python/commit/03e2947b03beb3954e128783b401ced6143c275d"><code>03e2947</code></a> Fix unnecessary memory allocation while sampling</li> <li><a href="https://github.com/abetlen/llama-cpp-python/commit/fafe47114c22a9a1b316a81555e43a79bea2ede9"><code>fafe471</code></a> Update llama.cpp</li> <li><a href="https://github.com/abetlen/llama-cpp-python/commit/8f49ca0287cab51a867bb636dc5638e003b80bfd"><code>8f49ca0</code></a> Bump version</li> <li><a href="https://github.com/abetlen/llama-cpp-python/commit/76b1d2cd20d68795a3bd9768591ad8c1f249ccff"><code>76b1d2c</code></a> Change properties to functions to match token functions</li> <li><a href="https://github.com/abetlen/llama-cpp-python/commit/a7ba85834ffef7de128d5fda5a1d29f8f001b049"><code>a7ba858</code></a> Add n_ctx, n_vocab, and n_embd properties</li> <li><a href="https://github.com/abetlen/llama-cpp-python/commit/01a010be521c076f851789ad56bec82284fdf96e"><code>01a010b</code></a> Fix llama_cpp and Llama type signatures. Closes <a href="https://redirect.github.com/abetlen/llama-cpp-python/issues/221">#221</a></li> <li><a href="https://github.com/abetlen/llama-cpp-python/commit/fb57b9470b4de3b4b16d31541f62cf3509de4c21"><code>fb57b94</code></a> Merge branch 'main' of github.com:abetlen/llama_cpp_python into main</li> <li>Additional commits viewable in <a href="https://github.com/abetlen/llama-cpp-python/compare/v0.1.50...v0.1.53">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=llama-cpp-python[server]&package-manager=pip&previous-version=0.1.50&new-version=0.1.53)](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 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>
dependabot[bot] commented 2023-05-24 18:01:27 +00:00 (Migrated from github.com)

Superseded by #7.

Superseded by #7.
This repository is archived. You cannot comment on pull requests.
No description provided.