From 1f85cb81334bec58b7cef126bb40da2760c5357f Mon Sep 17 00:00:00 2001 From: lstocchi Date: Thu, 8 Aug 2024 10:55:28 +0200 Subject: [PATCH] fix: revert llama cpp python server 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