From 9fd8e902fdea2b77da80485fe3a45e5fbbbbc402 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 19:46:28 +0000 Subject: [PATCH] chore(deps): update dependency llama-cpp-python to v0.3.1 --- 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