From 70c90ad93395bf5ea317efc10fdcd21d916cd89a Mon Sep 17 00:00:00 2001 From: Morgan Funtowicz Date: Thu, 14 Nov 2024 09:04:06 +0100 Subject: [PATCH] feat(backend): update llamacpp to 4077 --- backends/llamacpp/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backends/llamacpp/CMakeLists.txt b/backends/llamacpp/CMakeLists.txt index f92bbe68..73369935 100644 --- a/backends/llamacpp/CMakeLists.txt +++ b/backends/llamacpp/CMakeLists.txt @@ -33,7 +33,7 @@ endif () # Download llama.cpp repo at the specific version fetchcontent_declare( llama - URL https://github.com/ggerganov/llama.cpp/archive/refs/tags/b4048.tar.gz + URL https://github.com/ggerganov/llama.cpp/archive/refs/tags/b4077.tar.gz ) fetchcontent_makeavailable(llama)