From b1ebc8f73bbab6b8d683f58a9b48e150f5af2919 Mon Sep 17 00:00:00 2001 From: Morgan Funtowicz Date: Thu, 28 Nov 2024 23:56:57 +0100 Subject: [PATCH] feat(backend): update llama.cpp to 4215 --- 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 13107e0a..05fce922 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/b4077.tar.gz + URL https://github.com/ggerganov/llama.cpp/archive/refs/tags/b4215.tar.gz ) fetchcontent_makeavailable(llama)