From 8b475dcd1eb7a74508a4e1260a1f99301d9a68ab Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 26 Jan 2025 20:06:47 +0000 Subject: [PATCH] llama.cpp 4562 --- 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 0c6eec9048de35..cffb416ae85210 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: "b4560", - revision: "19f65187cbf009801288861133267ee5573ceead" + tag: "b4562", + revision: "178a7eb952d211b8d4232d5e50ae1b64519172a9" license "MIT" head "https://github.com/ggerganov/llama.cpp.git", branch: "master"