From e5e8264853b72f3d82538e7f9ced6f006aa44562 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Dec 2024 05:05:23 +0000 Subject: [PATCH] llama.cpp 4359 --- 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 be85a8a68ef5e..b25e3d87de9a8 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: "b4358", - revision: "9177484f589d770ffc4e655b9819124d6a22c1d9" + tag: "b4359", + revision: "7909e8588ddf70820adf1f325490eb3f67b32875" license "MIT" head "https://github.com/ggerganov/llama.cpp.git", branch: "master"