Skip to content

Commit f3c2760

Browse files
authored
Merge pull request #201125 from Homebrew/bump-llama.cpp-4326
llama.cpp 4326
2 parents 37a0ce6 + 0f2837b commit f3c2760

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/l/llama.cpp.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ class LlamaCpp < Formula
33
homepage "https://github.com/ggerganov/llama.cpp"
44
# CMake uses Git to generate version information.
55
url "https://github.com/ggerganov/llama.cpp.git",
6-
tag: "b4325",
7-
revision: "a76c56fa1a3d27467eb97468d8c3b2fe1243b61a"
6+
tag: "b4326",
7+
revision: "56eea0781cbd2608ed8ff524955495569b9264be"
88
license "MIT"
99
head "https://github.com/ggerganov/llama.cpp.git", branch: "master"
1010

@@ -14,12 +14,12 @@ class LlamaCpp < Formula
1414
end
1515

1616
bottle do
17-
sha256 cellar: :any, arm64_sequoia: "d607faed4b0b4863b05f7a25ee43557958aaac37e6edaf95688d575c05eb42f0"
18-
sha256 cellar: :any, arm64_sonoma: "fe3c5377b7478ebe570b1d0b1af109e9acc5e6c2b384ca33cd57900c383a91f1"
19-
sha256 cellar: :any, arm64_ventura: "7fcc16aa6a25acd4c23b7477999da33dbf5983f3f63845095cf5906d1f0fa866"
20-
sha256 cellar: :any, sonoma: "677f5d66df8255c9cb8afc64f1387b5ed5e0d673609db579d2f7d1ae70ed0248"
21-
sha256 cellar: :any, ventura: "6eae6dfecf7eb96c10cea06f64829f65748c0974a20b0af2092e9de2d5d57361"
22-
sha256 cellar: :any_skip_relocation, x86_64_linux: "c4345ee5bd0a236b682766efbf609b0ff7703e15b0e1aa5e05a067af1077e8ea"
17+
sha256 cellar: :any, arm64_sequoia: "faa696cb73b3ebf9f3d6a97461e4f0f84ac3640ac4f30e46379a0cc775e2b363"
18+
sha256 cellar: :any, arm64_sonoma: "600267b74e02d9af3908667f3d5da7aa0f6186e745b81b6763f73cfb55341a3a"
19+
sha256 cellar: :any, arm64_ventura: "d6a18031d7b35a32a6039daf7059c9ac177c22e9b4f075784246c43a6bfe482f"
20+
sha256 cellar: :any, sonoma: "1a3dcc04a621fc96151af4016e3b1b120c0b2522baf6ad2100d191e3bb1b2fac"
21+
sha256 cellar: :any, ventura: "54e5ee0e9d636fe8ea1fb91965e2d7098a670eb1d9d79401393de73fd2543323"
22+
sha256 cellar: :any_skip_relocation, x86_64_linux: "5ab95e54813d992bacd0944ebe3fba3f546ef92dd29631aba4cd6328a2ef6f9f"
2323
end
2424

2525
depends_on "cmake" => :build

0 commit comments

Comments
 (0)