From 1209bdf4e7b0220149c8180e26a7085ad1fe82d1 Mon Sep 17 00:00:00 2001 From: mudler <2420543+mudler@users.noreply.github.com> Date: Mon, 20 Jan 2025 20:06:43 +0000 Subject: [PATCH] :arrow_up: Update ggerganov/llama.cpp Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7aaad492..53e5af7e 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ DETECT_LIBS?=true # llama.cpp versions GOLLAMA_REPO?=https://github.com/go-skynet/go-llama.cpp GOLLAMA_VERSION?=2b57a8ae43e4699d3dc5d1496a1ccd42922993be -CPPLLAMA_VERSION?=92bc493917d43b83e592349e138b54c90b1c3ea7 +CPPLLAMA_VERSION?=aea8ddd5165d525a449e2fc3839db77a71f4a318 # whisper.cpp version WHISPER_REPO?=https://github.com/ggerganov/whisper.cpp