Skip to content

Commit

Permalink
Merge pull request Homebrew#208526 from Homebrew/bump-llama.cpp-4753
Browse files Browse the repository at this point in the history
llama.cpp 4753
  • Loading branch information
BrewTestBot authored Feb 21, 2025
2 parents f56ea09 + 3a7da75 commit 9afd276
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: "b4751",
revision: "ecc8e3aeff269037aa786dfb393e8b531f96832f"
tag: "b4753",
revision: "51f311e057723b7454d0ebe20f545a1a2c4db6b2"
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: "4b5a7d61e0f62e5daec2f4b6b5a290003c3539832e4ffd866e9a0c7ba3faab57"
sha256 cellar: :any, arm64_sonoma: "516118b1db8a64681b04d7c8a3a1fcde700434fe309d6b20b77e74068599e502"
sha256 cellar: :any, arm64_ventura: "64cd27730deea690a5f5045b184f55c60d4f639b67a0e7c82f3733d510c0ac18"
sha256 cellar: :any, sonoma: "02b8b2728af5a7f20b4cd23336e68ed20182b6295d353d286ffabb1b8a1cb0e4"
sha256 cellar: :any, ventura: "88fbeeffe9b1f6e8cb690fcd75f340a4ff3926d427b91c92ac2916b76a8d9e05"
sha256 cellar: :any_skip_relocation, x86_64_linux: "9b3b234ba87ac3a38f13a536c0026a17daf2f13b5fd0311ad140edf93c47d762"
sha256 cellar: :any, arm64_sequoia: "8e1744b7758e57b22d2730cda78f1d55d112435c8e55a13546ac6ce56011856a"
sha256 cellar: :any, arm64_sonoma: "96b3450d16716d3402c8604fcfc41a66e7ce68e01ec5c64d45d45c88ce86ffcc"
sha256 cellar: :any, arm64_ventura: "ee7551b7483da78a67a57ee1c08d534965fb508b1a0d9ce1482d7bdaf909268c"
sha256 cellar: :any, sonoma: "840dfb8317ef6ed1518d58d846324d0388e40f57ac80558261975871b1b74ba9"
sha256 cellar: :any, ventura: "06281ace6b0edcb4df3d2271574de1cdcc0dcf2626c64732d7c81f1d8515fc26"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d2d9ab92eae0420eece7dc8273bedb86922db2e6669baef5d65da23b67c35051"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit 9afd276

Please sign in to comment.