Skip to content

Commit 17ec85d

Browse files
authored
Merge pull request #205154 from Homebrew/bump-llama.cpp-4526
llama.cpp 4526
2 parents 9b0f3b5 + e503692 commit 17ec85d

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: "b4524",
7-
revision: "6171c9d25820ccf676b243c172868819d882848f"
6+
tag: "b4526",
7+
revision: "a94f3b2727e97eb6c904006eb786960c069282bc"
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: "b0862a58f716274f34ad5bc6e1bf776cce4aea4c837d93c24805a1f3b6b11e35"
18-
sha256 cellar: :any, arm64_sonoma: "5a89f363dd90069d63dfb323535749ce5e2501901eceeecbfd2dce5ef1f4cc78"
19-
sha256 cellar: :any, arm64_ventura: "4f7e5a2a10a1d7463c6e51eb734a57181663a405ca27b818e9fa38330350834d"
20-
sha256 cellar: :any, sonoma: "1b7aa3e711da2d55aff431745ddcef8a07788908666f94025dfefaf6d70f7f4e"
21-
sha256 cellar: :any, ventura: "3d2c0dc8bd50a6b9c6df881702389059d199e9850190fd2d6b7026d99622a426"
22-
sha256 cellar: :any_skip_relocation, x86_64_linux: "8e42b416925d7ae88473d816124c686965e397fcb2f92cdf038964743c8ca471"
17+
sha256 cellar: :any, arm64_sequoia: "fef9ee1af5a66f686e5532fb0a1c39a0b75205816031b3e3e6389b1f59bc4eff"
18+
sha256 cellar: :any, arm64_sonoma: "1ed639d3ffc2e7734adf38ab574d91c1883717bd31a3fe72c1bc63db0d3a2be5"
19+
sha256 cellar: :any, arm64_ventura: "a5544271dbc4e8cedc0a8e54109d4ba77e42e78f5993d6a80525568a10526922"
20+
sha256 cellar: :any, sonoma: "10f286b7c906f6862b508751402ffdf9655201249206ee788ae2ec87dec7ade1"
21+
sha256 cellar: :any, ventura: "560db564372d1c7b276486d92be5b503df47df8254822c6114f596a1bbebe303"
22+
sha256 cellar: :any_skip_relocation, x86_64_linux: "55d2127f8cbf5412573538718fce47a20050ff2b603f4bf566f15ce5dd9b44f0"
2323
end
2424

2525
depends_on "cmake" => :build

0 commit comments

Comments
 (0)