diff --git a/Formula/l/llama.cpp.rb b/Formula/l/llama.cpp.rb index be85a8a68ef5e..b25e3d87de9a8 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: "b4358", - revision: "9177484f589d770ffc4e655b9819124d6a22c1d9" + tag: "b4359", + revision: "7909e8588ddf70820adf1f325490eb3f67b32875" license "MIT" head "https://github.com/ggerganov/llama.cpp.git", branch: "master"