From 0a112bbab761c1612376b856aee2de3e60fe1f15 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 23:03:19 +0000 Subject: [PATCH] llama.cpp 4337 --- 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 cee81ab142243..497fb9e3386d2 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: "b4333", - revision: "a0974156f334acf8af5858d7ede5ab7d7490d415" + tag: "b4337", + revision: "160bc039c862c10b9938269a90ddb09d794a7b0d" license "MIT" head "https://github.com/ggerganov/llama.cpp.git", branch: "master"