From b7357052df6af960c70c19b77b6177dd173c45f3 Mon Sep 17 00:00:00 2001 From: Jeff MAURY Date: Tue, 21 May 2024 14:54:23 +0200 Subject: [PATCH] fix: update llama-cpp-python to 0.2.75 (#14) 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