From 33282d116251c5fc34a60156e1b2f42a38a498ba Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 21 Jan 2025 08:02:00 +0000 Subject: [PATCH] llama.cpp 4520 --- 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 3e825b8e2f9d3..b122d14e2cb1d 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: "b4519", - revision: "80d0d6b4b7abca342fc990399e78af8d213eabaf" + tag: "b4520", + revision: "2139667ec419cdd953987f4df2ace9da87bbda28" license "MIT" head "https://github.com/ggerganov/llama.cpp.git", branch: "master"