Skip to content

Commit

Permalink
build(deps): bump llama-cpp-python from 0.2.79 to 0.3.1
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.79 to 0.3.1.
- [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.79...v0.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and dtrifiro committed Oct 15, 2024
1 parent 4aaa5a1 commit 58c396f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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.79"}
llama-cpp-python = {extras = ["server"], version = "^0.3.1"}
uvicorn = "^0.31.1"


Expand Down

0 comments on commit 58c396f

Please sign in to comment.