Skip to content

Commit

Permalink
Merge pull request Homebrew#208577 from Homebrew/bump-llama.cpp-4754
Browse files Browse the repository at this point in the history
llama.cpp 4754
  • Loading branch information
BrewTestBot authored Feb 22, 2025
2 parents 34168a6 + 78c61c8 commit 04b3744
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: "b4753",
revision: "51f311e057723b7454d0ebe20f545a1a2c4db6b2"
tag: "b4754",
revision: "de8b5a3624499bdb9fa6e99840259998638f093f"
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: "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"
sha256 cellar: :any, arm64_sequoia: "e9937a3796a29ce0c58a02124392a6b0e1e2912adf09be877aac8de37f5f208c"
sha256 cellar: :any, arm64_sonoma: "0e6a294cfe7add1ca9aa867655c1d8823533925c6212cb5a59bab25851e19c12"
sha256 cellar: :any, arm64_ventura: "1eadf30529d0b876b2bcacd2ef534f3e288dcc538a92f8fff8e9e7b9a5ef2f95"
sha256 cellar: :any, sonoma: "6e8a74fc43aa3bb08ece4608460fbd2b5bef278418809332ff5f4760566505bb"
sha256 cellar: :any, ventura: "e2ec65f5511391fe2af612674ee938d3abcaaecf6adcfaa929fcc4fd46c2f5b5"
sha256 cellar: :any_skip_relocation, x86_64_linux: "6b51a697487dd27969a1e988319f927ed8cffb7e91b4e9d99d32f2d95f705f30"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit 04b3744

Please sign in to comment.