From 478c2badf1a6e4fd35d7492a0db5714c5c2f8831 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel=20Gonz=C3=A1lez=20Santamarta?= Date: Sat, 2 Nov 2024 09:51:59 +0100 Subject: [PATCH] llama.cpp updated --- llama_cpp_vendor/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama_cpp_vendor/CMakeLists.txt b/llama_cpp_vendor/CMakeLists.txt index e7a4b6a..d385528 100644 --- a/llama_cpp_vendor/CMakeLists.txt +++ b/llama_cpp_vendor/CMakeLists.txt @@ -11,7 +11,7 @@ find_package(ament_cmake REQUIRED) FetchContent_Declare( llama GIT_REPOSITORY https://github.com/ggerganov/llama.cpp.git - GIT_TAG b4006 + GIT_TAG b4011 ) option(LLAMA_BUILD_COMMON "llama: build common utils library" ON)