From 3b6c6dbfa472b816ff0794844b2e6a8dfe9b5462 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 5 Oct 2024 18:40:21 +0000 Subject: [PATCH] llama.cpp 3887 --- 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 9ae17ef46349e..9d04458489173 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: "b3883", - revision: "17880771ad7dca16cdc969062f2a56f779662835" + tag: "b3887", + revision: "8c475b97b8ba7d678d4c9904b1161bd8811a9b44" license "MIT" head "https://github.com/ggerganov/llama.cpp.git", branch: "master"