Skip to content

Commit 0684603

Browse files
authored
Merge pull request #251149 from Homebrew/bump-llama.cpp-6840
llama.cpp 6840
2 parents 08cab3b + 562c12a commit 0684603

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/ggml-org/llama.cpp"
44
# CMake uses Git to generate version information.
55
url "https://github.com/ggml-org/llama.cpp.git",
6-
tag: "b6830",
7-
revision: "f8f071faddf32ea09f4234edb6e809b380a9ee26"
6+
tag: "b6840",
7+
revision: "3cfa9c3f125763305b4226bc032f1954f08990dc"
88
license "MIT"
99
head "https://github.com/ggml-org/llama.cpp.git", branch: "master"
1010

@@ -19,12 +19,12 @@ class LlamaCpp < Formula
1919
end
2020

2121
bottle do
22-
sha256 cellar: :any, arm64_tahoe: "9e50703ecbbdbe3f11a5052ce958b67780319b8c06d5e78951722b09182aae6e"
23-
sha256 cellar: :any, arm64_sequoia: "9bff52b0fa1755b3828ab1a123d46e390d21d60b94254389196582eee874ce43"
24-
sha256 cellar: :any, arm64_sonoma: "5c77c93f60ec1c1a65a8334b4546b4be8484f8a5a69d6f069b4c3755ef513f03"
25-
sha256 cellar: :any, sonoma: "8eb34c1991d7a6589578efeeb06d68224166c4a818d358af97f6426625567874"
26-
sha256 cellar: :any_skip_relocation, arm64_linux: "d898a2f98fc10de1a4cc17e096ce4d377534ea40c44e81ac8c44a3cbea99f667"
27-
sha256 cellar: :any_skip_relocation, x86_64_linux: "59c9dbb25b61f39462672fe6de3184400c8a70aea8c7136a9a8cf67b249e4046"
22+
sha256 cellar: :any, arm64_tahoe: "cf79302b249a88229fcd8b826d5cf97d1c76b14b8c353d7233db78bf7525de66"
23+
sha256 cellar: :any, arm64_sequoia: "ccd34d6e1ac399644e13c1c66715194a59eecf8727d0ddfbeaf0d00b0f09e3b1"
24+
sha256 cellar: :any, arm64_sonoma: "20c7219c2afd2cdf629308738cce80e9c5d586f17bdf148e30a2de204879d22b"
25+
sha256 cellar: :any, sonoma: "72466fe45c584f1245423c0fec22a8a00118d870926c8f3eeb042cab2379342b"
26+
sha256 cellar: :any_skip_relocation, arm64_linux: "205c20977219e0881f7e9d011b3738005763c044331f97e1fd76a0fd0160c0e6"
27+
sha256 cellar: :any_skip_relocation, x86_64_linux: "bfac6810107491219dd0ea95c9d2517e71ebfc58317d57ac730847d341a91879"
2828
end
2929

3030
depends_on "cmake" => :build

0 commit comments

Comments
 (0)