From eaff861f73744737111bce44d3dcd1e200c095e5 Mon Sep 17 00:00:00 2001 From: Jeff MAURY Date: Tue, 25 Feb 2025 14:13:09 +0100 Subject: [PATCH] fix: use llama-cpp-python 0.3.7 Fixes #98 Signed-off-by: Jeff MAURY --- chat/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat/setup.sh b/chat/setup.sh index 19cdb12..cad3558 100755 --- a/chat/setup.sh +++ b/chat/setup.sh @@ -1,6 +1,6 @@ git clone https://github.com/abetlen/llama-cpp-python --no-checkout --recurse-submodules cd llama-cpp-python -git checkout v0.3.2 +git checkout v0.3.7 git submodule update git fetch origin pull/1552/head git rebase ffc47e5a95cf31fe6d9d6d7953d5eb17fdcc8513