From d8db9f03991f54de0cab60eb287559c61e5bb78c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 00:30:10 +0000 Subject: [PATCH] build(deps): Bump llama-cpp-python[server] from 0.2.78 to 0.2.79 Bumps [llama-cpp-python[server]](https://github.com/abetlen/llama-cpp-python) from 0.2.78 to 0.2.79. - [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.2.78...v0.2.79) --- updated-dependencies: - dependency-name: llama-cpp-python[server] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- chat/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat/requirements.txt b/chat/requirements.txt index 3df6431..1c68150 100644 --- a/chat/requirements.txt +++ b/chat/requirements.txt @@ -1 +1 @@ -llama-cpp-python[server]==0.2.78 +llama-cpp-python[server]==0.2.79