From fa1eb3f78645d12ff567fff97959f2c7c8143193 Mon Sep 17 00:00:00 2001 From: Jeff MAURY Date: Tue, 21 May 2024 12:00:24 +0200 Subject: [PATCH] fix: update llama-cpp-python to 0.2.75 Fixes #13 Signed-off-by: Jeff MAURY --- chat/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat/requirements.txt b/chat/requirements.txt index b25d2cd..f1280cd 100644 --- a/chat/requirements.txt +++ b/chat/requirements.txt @@ -1 +1 @@ -llama-cpp-python[server]==0.2.63 +llama-cpp-python[server]==0.2.75