From d253c3cdff81d56a3d85e56468a60f75cbf6e274 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 8 Feb 2025 23:01:27 +0000 Subject: [PATCH 1/2] llama.cpp 4675 --- 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 cac5bcae4fd02..ca854f226637d 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: "b4671", - revision: "4d3465c5aeca8be29cac77f1535c35f4fb274eca" + tag: "b4675", + revision: "55ac8c7791ff44aeb82bd7fe3ca2041844fc77f1" license "MIT" head "https://github.com/ggerganov/llama.cpp.git", branch: "master" From a58700609594dd581438c4e1b9e77c11a36e4a04 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 8 Feb 2025 23:41:56 +0000 Subject: [PATCH 2/2] llama.cpp: update 4675 bottle. --- Formula/l/llama.cpp.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/l/llama.cpp.rb b/Formula/l/llama.cpp.rb index ca854f226637d..b4e3f2086eea9 100644 --- a/Formula/l/llama.cpp.rb +++ b/Formula/l/llama.cpp.rb @@ -14,12 +14,12 @@ class LlamaCpp < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "d163e37abf078283eefaee2294a100839a2b4b8b4feb48884d94d4ed0440a629" - sha256 cellar: :any, arm64_sonoma: "5b5d00857cd33895a3fcea0e081b6b19c0a28c6a733e7b053b1f951210d2582f" - sha256 cellar: :any, arm64_ventura: "0059c5d37eb6c3c39b31da13525de8d8b04e064c817351e19dcb4f1961989d0d" - sha256 cellar: :any, sonoma: "1a1c992fff905fe668be9b318a437a5acec83b3e6dbd403f9d8c59b6ef012d71" - sha256 cellar: :any, ventura: "3f39342ffec1ee1e0fbe8c8fa9613a513ea86145948f30fe9398aa9f40007e75" - sha256 cellar: :any_skip_relocation, x86_64_linux: "eb318dcf4a7f5b33957c84530392bcd50159e15d4d919705dffbb5250f64dff4" + sha256 cellar: :any, arm64_sequoia: "0bba42755f1c981498f6719a42eb29d55259d793bd74ca54e2b74002958695a5" + sha256 cellar: :any, arm64_sonoma: "60bdfce67f3be8e2e228dd46356cceabd0523d3c07a83d7ffc3f7d79eb11f76f" + sha256 cellar: :any, arm64_ventura: "312a5f0b2a62106c407b0062fcaa7ac60c86694157f801b61eb8d7125f8fec70" + sha256 cellar: :any, sonoma: "0bf2c25d812900eb64df516252c709fc0de418c4d470db2838ea0ecacde1f344" + sha256 cellar: :any, ventura: "d908344833a9122bdd3a809e8591757cf952ce4ef1ce262f830b514d797ffc3e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3b7b6c6d0a89107e47bc0ca8927cb3550e9ec6ea77da47346be33efcd68b981a" end depends_on "cmake" => :build