Skip to content

Commit 9abc14a

Browse files
authored
Merge pull request #203810 from Homebrew/bump-llama.cpp-4457
llama.cpp 4457
2 parents 4e3d5f5 + e3f5eed commit 9abc14a

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: "b4456",
7-
revision: "c6860cc7346c90219475e4467bb8a288e0df975c"
6+
tag: "b4457",
7+
revision: "ee7136c6d1e0ba7633294dad137b1573048031ec"
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: "74634abd374fcb66430a91690b41862c9d3c5f469ca4c1fcd881c1e731f132a7"
18-
sha256 cellar: :any, arm64_sonoma: "8f5ab8de13613655700f68fff9442c48632ebbc181e557bdfc9cbad6592e614f"
19-
sha256 cellar: :any, arm64_ventura: "94bd25fe914c1ea3e27db24c96758a98f39038b444db8134836e577a271d1b84"
20-
sha256 cellar: :any, sonoma: "4cd053beca58b61589a69d47ccaa8454d69c3be0c71a21cb1c2b42f26e67a5a5"
21-
sha256 cellar: :any, ventura: "613684f56d67f6147d3bc4f62273d41bc19d306d01145a4d10d1bd7810ed0e69"
22-
sha256 cellar: :any_skip_relocation, x86_64_linux: "b74ab9cd5aa9d4939cc97e6858275281def61a3bb5154f00ebcd57ce6be8443c"
17+
sha256 cellar: :any, arm64_sequoia: "830eb332e33b7ba42ae579ce967bfb55dc715f27e87267af082b403b8beb2061"
18+
sha256 cellar: :any, arm64_sonoma: "ab989ad6fbddc134b5589dce0847ff423ad1ddda1469b79f04fd2936e71572ed"
19+
sha256 cellar: :any, arm64_ventura: "1ff9caf2de35e5b0e5af7ab3bdd76bc464f713c445f659373ba13a1b691ba707"
20+
sha256 cellar: :any, sonoma: "2b00cb828bb94d6457e7aae5779fffe9a393439e7023e1fc83e66d612e831bab"
21+
sha256 cellar: :any, ventura: "95c2556a0de5cb438f7e67b9bc5444b985c33eef7d1799b3a25417ee3f1a6059"
22+
sha256 cellar: :any_skip_relocation, x86_64_linux: "401775a2e6c6218b758aa1029f74e5ebf6a0818854bd5801f23d8c0f6d88a532"
2323
end
2424

2525
depends_on "cmake" => :build

0 commit comments

Comments
 (0)