Skip to content

Commit

Permalink
build(deps): bump llama-cpp-python from 0.2.75 to 0.2.76
Browse files Browse the repository at this point in the history
Bumps [llama-cpp-python](https://github.com/abetlen/llama-cpp-python) from 0.2.75 to 0.2.76.
- [Release notes](https://github.com/abetlen/llama-cpp-python/releases)
- [Changelog](https://github.com/abetlen/llama-cpp-python/blob/main/CHANGELOG.md)
- [Commits](abetlen/llama-cpp-python@v0.2.75...v0.2.76)

---
updated-dependencies:
- dependency-name: llama-cpp-python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 27, 2024
1 parent 48a7e73 commit 7ac878a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.9"
llama-cpp-python = {extras = ["server"], version = "^0.2.75"}
llama-cpp-python = {extras = ["server"], version = "^0.2.76"}
uvicorn = "^0.29.0"


Expand Down

0 comments on commit 7ac878a

Please sign in to comment.