Skip to content

Commit

Permalink
Merge pull request Homebrew#198241 from Homebrew/bump-llama.cpp-4132
Browse files Browse the repository at this point in the history
llama.cpp 4132
  • Loading branch information
BrewTestBot authored Nov 19, 2024
2 parents 03679ac + 9fba122 commit 26725b9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/l/llama.cpp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ class LlamaCpp < Formula
homepage "https://github.com/ggerganov/llama.cpp"
# CMake uses Git to generate version information.
url "https://github.com/ggerganov/llama.cpp.git",
tag: "b4131",
revision: "8e752a777b272606f22cb741b03e062de4ddb8fe"
tag: "b4132",
revision: "3ee6382d48b07b31e64983969c16019490e19740"
license "MIT"
head "https://github.com/ggerganov/llama.cpp.git", branch: "master"

Expand All @@ -14,12 +14,12 @@ class LlamaCpp < Formula
end

bottle do
sha256 cellar: :any, arm64_sequoia: "c4b266b204bdf99ad3afaa9dbfacf6378cc05906d4632d663d9d3192ab50eaaa"
sha256 cellar: :any, arm64_sonoma: "1a37a316a66ce75adf08389acba4213b04c540dc9cd12dac7aa508f15e69cf35"
sha256 cellar: :any, arm64_ventura: "3429a81aec4cc5e4879a932d2ed0d2e762de948637c07b0794cac965ca9b4103"
sha256 cellar: :any, sonoma: "174ea891778f75dd1507437f48dc691bb6468052ecf59c0c282c847b5cb59aa3"
sha256 cellar: :any, ventura: "8a1cd6995df166e712b3d8c08cb76df42e166ef9c8d9a9c9897ba21a34ae5df4"
sha256 cellar: :any_skip_relocation, x86_64_linux: "2a634cee1d63ce515b1879372bb47da52bb46e6ed55667ee684a9801e1e21dbb"
sha256 cellar: :any, arm64_sequoia: "bdb0f88a50d64aeae2b1fb81f4fd5756cc9f3a46ad73c15058e363ffeaf7dd82"
sha256 cellar: :any, arm64_sonoma: "632aab2521f80aa5a820a365938a2f612c22323d21d5ca2f4b2c61aadf734ed2"
sha256 cellar: :any, arm64_ventura: "bde5da2179dbd8a9e7ae1c2d62487db652e4ca58d3a1ddcaefab6df0fd749c47"
sha256 cellar: :any, sonoma: "3ddb836e9c27aec397ea4c3f66c0e8002eb1a42b2e37c8e9924c46814c7e8b13"
sha256 cellar: :any, ventura: "af93555c8746e7ecb5c8d5e59f9d5ba07e879a87eba9000e0aea29e8276cd091"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c2fccf695e820432779c2b669e11b463d1a958a6f62aee9dd078dc06576a5357"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit 26725b9

Please sign in to comment.