From e0632f2ce2b950d1000ee9e38fbba493abcd58ac Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Wed, 7 Feb 2024 00:16:52 +0100 Subject: [PATCH] fix(llama.cpp): downgrade to fix sycl build Signed-off-by: Ettore Di Giacinto --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6ea5da49..a6890759 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ GOLLAMA_VERSION?=aeba71ee842819da681ea537e78846dc75949ac0 GOLLAMA_STABLE_VERSION?=50cee7712066d9e38306eccadcfbb44ea87df4b7 -CPPLLAMA_VERSION?=098f6d737b65134cf220d12b9b706e8cfc5e4610 +CPPLLAMA_VERSION?=1cfb5372cf5707c8ec6dde7c874f4a44a6c4c915 # gpt4all version GPT4ALL_REPO?=https://github.com/nomic-ai/gpt4all