From 79cf63f5ced0cc4bc1461e21508d1d6f3a86e7ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 08:17:05 +0200 Subject: [PATCH] build(deps): Bump llama-cpp-python[server] from 0.3.0 to 0.3.1 (#60) Bumps [llama-cpp-python[server]](https://github.com/abetlen/llama-cpp-python) from 0.3.0 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](https://github.com/abetlen/llama-cpp-python/compare/v0.3.0...v0.3.1) --- updated-dependencies: - dependency-name: llama-cpp-python[server] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- chat/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat/requirements.txt b/chat/requirements.txt index 5eba84e..1534c27 100644 --- a/chat/requirements.txt +++ b/chat/requirements.txt @@ -1,2 +1,2 @@ -llama-cpp-python[server]==0.3.0 +llama-cpp-python[server]==0.3.1 pip==24.2