From 3ab12d0b98347733d0513b58a2a6c773b721d27d Mon Sep 17 00:00:00 2001 From: Luca Stocchi <49404737+lstocchi@users.noreply.github.com> Date: Mon, 12 Aug 2024 12:04:26 +0200 Subject: [PATCH] fix: revert llama cpp python server (#44) Signed-off-by: lstocchi --- chat/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat/requirements.txt b/chat/requirements.txt index 287e2ba..9ae297f 100644 --- a/chat/requirements.txt +++ b/chat/requirements.txt @@ -1,2 +1,2 @@ -llama-cpp-python[server]==0.2.85 +llama-cpp-python[server]==0.2.79 pip==24.2