From 11368d7cd3a99be64b8b83d4032b1b3b263a3f25 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Sep 2024 09:41:21 +0000 Subject: [PATCH] llama.cpp 3788 --- Formula/l/llama.cpp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/llama.cpp.rb b/Formula/l/llama.cpp.rb index d8b7347b13b3..4a9ec3ecf78e 100644 --- a/Formula/l/llama.cpp.rb +++ b/Formula/l/llama.cpp.rb @@ -3,8 +3,8 @@ class LlamaCpp < Formula homepage "https://github.com/ggerganov/llama.cpp" # CMake uses Git to generate version information. url "https://github.com/ggerganov/llama.cpp.git", - tag: "b3787", - revision: "6026da52d6942b253df835070619775d849d0258" + tag: "b3788", + revision: "722ec1eb51ed53be2ab1ef31c6a1da8261803c71" license "MIT" head "https://github.com/ggerganov/llama.cpp.git", branch: "master"