Skip to content

Commit ce7331d

Browse files
authored
Merge pull request Homebrew#206355 from Homebrew/bump-llama.cpp-4620
llama.cpp 4620
2 parents 3646c57 + b47d205 commit ce7331d

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: "b4617",
7-
revision: "864a0b67a6c8f648c43ce8271f9cb2e12dd5df6e"
6+
tag: "b4620",
7+
revision: "396856b40029dd6747d2fbdb179e828683418045"
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: "c594d783fe70204a4f4690be667c480cbf8ef56a2224eaef081960c114c68e22"
18-
sha256 cellar: :any, arm64_sonoma: "fb3e8f740730ff455b7d99b40f919ac279a64a6b85ec0e7ee29728671d2914c3"
19-
sha256 cellar: :any, arm64_ventura: "0b6489d820649614470cde7a0062ec1181013eb49d2e64d877613be6f39558d7"
20-
sha256 cellar: :any, sonoma: "1697c41ef8a2d9aa5f295d03e25182e1e37adea7bbf7a62c59e5e223491f70e6"
21-
sha256 cellar: :any, ventura: "4a5c660ae09e704bf1933be1a1e8db4ba94c291464fa1d4664dbf9400fad2d37"
22-
sha256 cellar: :any_skip_relocation, x86_64_linux: "af523802d6bdfe6600fd3411fa50f1ac5af82cd9939f2c33ca11300b35901c9a"
17+
sha256 cellar: :any, arm64_sequoia: "7e4d286b4d428ce1961be1e84d94f8bb6fabc137559cf11ac02609e7bda0152b"
18+
sha256 cellar: :any, arm64_sonoma: "f4ab68c200b80f27679d86e679d72e2d46ac56fd8ba448a57e0494857f012989"
19+
sha256 cellar: :any, arm64_ventura: "fab70931d28b486f562d54bb26edd70eb12594115fce57b7261c736b0a5c388a"
20+
sha256 cellar: :any, sonoma: "02458207e97abfd91bbe71059e471c14f6fe10d88c34ad9a029949e63bd6d606"
21+
sha256 cellar: :any, ventura: "464b701431198aa96ac94ddd89ec1b64ec37b52082271dc71200057598beb300"
22+
sha256 cellar: :any_skip_relocation, x86_64_linux: "67935b071dfd13e2b6531ceefdc84ca666f6d67388e20b22cdfa9a56a430ae18"
2323
end
2424

2525
depends_on "cmake" => :build

0 commit comments

Comments
 (0)