From 98d74f6ada83d5b969165245821512c5e69a9ab1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Dec 2024 08:02:28 +0000 Subject: [PATCH 1/2] llama.cpp 4319 --- 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 393e519fe472d..caec086ebf01a 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: "b4318", - revision: "d583cd03f663701858ba152a334cbb467fabe342" + tag: "b4319", + revision: "83ed24a97b500ccdb32b90b94e6f9621ad8db79e" license "MIT" head "https://github.com/ggerganov/llama.cpp.git", branch: "master" From 194c80b940839bfb5a1d5e6fa57990e6250a997e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Dec 2024 08:43:42 +0000 Subject: [PATCH 2/2] llama.cpp: update 4319 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 caec086ebf01a..9924c2b89626b 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: "bf8636dad6ce42daef469a515e30a4f0bfeaa0b22c9c708e97387c3189d578f6" - sha256 cellar: :any, arm64_sonoma: "3d32763ad1593677aded4001060df2696772d919a156a779664f26b35b3d24e3" - sha256 cellar: :any, arm64_ventura: "171487e94ac275bc77d298af8bcc5938f33fce6323ff236fc77beb3d3128b338" - sha256 cellar: :any, sonoma: "79312c94cde51f0b669741adbabb7ac546f93e9a155f2c9e7cd1012ecba2fe82" - sha256 cellar: :any, ventura: "b25a121d00334ba54f0e06e3998936a8d139d2af871acdda0839a549cbf8550b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "08e2d3d22c6c335757ff769ddc0e3013c3204d45bb9e2d36faa4268b185eee89" + sha256 cellar: :any, arm64_sequoia: "ce9fdf66eb2e7b1c8b4dc0a403818c532e3fe5c2b4b102641f91828261faa7c0" + sha256 cellar: :any, arm64_sonoma: "926014d6b8f6034b41c09699aca25527cac20b8b271046735bb221aa8659fdb8" + sha256 cellar: :any, arm64_ventura: "75725777d17832594a9ca36284ed23baff0cbb0ccadd34b1133c83a931275a9b" + sha256 cellar: :any, sonoma: "f5aa4cefeb753eee1233eb3b2148abf75c8bf9803735d09981b06c7069d8df7b" + sha256 cellar: :any, ventura: "06f39060bcad799b6b63bb8e99afcf85e63fc95c880edc3675ddfe5eb1cabb38" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c547921eba4bd4bfa985320f658c35205ce1c821e75f21240dd0fcf7b654a8a9" end depends_on "cmake" => :build