From 8a65d399dacf22ecd0b88ce73e53bb521c35d3f6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 9 Nov 2024 09:41:56 +0000 Subject: [PATCH] llama.cpp 4056 --- 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 39ee7bacb2ef6..1b61ca1bef5ea 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: "b4034", - revision: "b8deef0ec0af5febac1d2cfd9119ff330ed0b762" + tag: "b4056", + revision: "5b359bb1e3585de45bec79fd6c18934897662cdf" license "MIT" head "https://github.com/ggerganov/llama.cpp.git", branch: "master"