From 5d265f834e47a53be0aea98a2d7a178e2c52aabe Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 21 Feb 2025 20:07:58 +0000 Subject: [PATCH] llama.cpp 4753 --- 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 19ae9e5b56b85..e1c0fb3c20a63 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: "b4751", - revision: "ecc8e3aeff269037aa786dfb393e8b531f96832f" + tag: "b4753", + revision: "51f311e057723b7454d0ebe20f545a1a2c4db6b2" license "MIT" head "https://github.com/ggerganov/llama.cpp.git", branch: "master"