From 1569a5bc0eb29e31014f8b01f6167adfc44ec9a0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Sep 2024 18:49:54 +0000 Subject: [PATCH] llama.cpp 3790 --- 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 5b6e50d052ac..6615c7ebfaed 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: "b3789", - revision: "d39e26741f9f02340651dbc640c9776e1a1128ef" + tag: "b3790", + revision: "5cb12f68395a5ec00b357e408883ce124a11dcdb" license "MIT" head "https://github.com/ggerganov/llama.cpp.git", branch: "master"