Skip to content

Commit 378b180

Browse files
authored
Merge pull request Homebrew#192958 from Homebrew/bump-llama.cpp-3889
llama.cpp 3889
2 parents 9d2a282 + 592fa1d commit 378b180

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: "b3887",
7-
revision: "8c475b97b8ba7d678d4c9904b1161bd8811a9b44"
6+
tag: "b3889",
7+
revision: "b6d6c5289f1c9c677657c380591201ddb210b649"
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: "8ff993e0d96ecdc3ed374d8676ce1cbaca8f080e04f500c7633055cf78907cc4"
18-
sha256 cellar: :any, arm64_sonoma: "e4a5fd63137a29267e01504ee84f38d98dc83882c7aa5fdc2fd04681e734bd81"
19-
sha256 cellar: :any, arm64_ventura: "f339da8639fc21b78c5ba2f25063d7c945db3b74ab44e663151a1ffd9656c6d6"
20-
sha256 cellar: :any, sonoma: "b97a6fdb289377c2bd5782faea0ffc9cbd989d3e6503962c8c55540acd41d768"
21-
sha256 cellar: :any, ventura: "933233ee2a44c3a64f81255a84d834522336e86c54f9311c92b459360881443d"
22-
sha256 cellar: :any_skip_relocation, x86_64_linux: "7fa3f639717e68d4b105b95a1ba733821a46c8f04b2aaa039af3491e88840de4"
17+
sha256 cellar: :any, arm64_sequoia: "9b7a6a5edda1927fecd60bd869542680e1a4f7d660d2adb4bf9bd0d7ee447fd3"
18+
sha256 cellar: :any, arm64_sonoma: "e76e28626f4804f685beaf01cb2bf7750c894b47bcccd7b61b35927fbe428835"
19+
sha256 cellar: :any, arm64_ventura: "1ca91e4f1cf40235278702844f265dd36c382cda6dc214df1fcb98b6713cc281"
20+
sha256 cellar: :any, sonoma: "67917ea0c6a5344bec9245c53cafa2bd69ee37589087061718de0647c16feebc"
21+
sha256 cellar: :any, ventura: "a673b339638cf866738f1cc6689bc875e39ccce6a45a14d12f69e1f84ba69d9a"
22+
sha256 cellar: :any_skip_relocation, x86_64_linux: "9fc0cc151395c65fc9f188d6695484729709b695619195e26cb8dde3df7e4bde"
2323
end
2424

2525
depends_on "cmake" => :build

0 commit comments

Comments
 (0)