Skip to content

Commit

Permalink
Merge pull request #207017 from Homebrew/bump-llama.cpp-4675
Browse files Browse the repository at this point in the history
llama.cpp 4675
  • Loading branch information
BrewTestBot authored Feb 8, 2025
2 parents 1ddf0b0 + a587006 commit 1018c75
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: "b4671",
revision: "4d3465c5aeca8be29cac77f1535c35f4fb274eca"
tag: "b4675",
revision: "55ac8c7791ff44aeb82bd7fe3ca2041844fc77f1"
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: "d163e37abf078283eefaee2294a100839a2b4b8b4feb48884d94d4ed0440a629"
sha256 cellar: :any, arm64_sonoma: "5b5d00857cd33895a3fcea0e081b6b19c0a28c6a733e7b053b1f951210d2582f"
sha256 cellar: :any, arm64_ventura: "0059c5d37eb6c3c39b31da13525de8d8b04e064c817351e19dcb4f1961989d0d"
sha256 cellar: :any, sonoma: "1a1c992fff905fe668be9b318a437a5acec83b3e6dbd403f9d8c59b6ef012d71"
sha256 cellar: :any, ventura: "3f39342ffec1ee1e0fbe8c8fa9613a513ea86145948f30fe9398aa9f40007e75"
sha256 cellar: :any_skip_relocation, x86_64_linux: "eb318dcf4a7f5b33957c84530392bcd50159e15d4d919705dffbb5250f64dff4"
sha256 cellar: :any, arm64_sequoia: "0bba42755f1c981498f6719a42eb29d55259d793bd74ca54e2b74002958695a5"
sha256 cellar: :any, arm64_sonoma: "60bdfce67f3be8e2e228dd46356cceabd0523d3c07a83d7ffc3f7d79eb11f76f"
sha256 cellar: :any, arm64_ventura: "312a5f0b2a62106c407b0062fcaa7ac60c86694157f801b61eb8d7125f8fec70"
sha256 cellar: :any, sonoma: "0bf2c25d812900eb64df516252c709fc0de418c4d470db2838ea0ecacde1f344"
sha256 cellar: :any, ventura: "d908344833a9122bdd3a809e8591757cf952ce4ef1ce262f830b514d797ffc3e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "3b7b6c6d0a89107e47bc0ca8927cb3550e9ec6ea77da47346be33efcd68b981a"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit 1018c75

Please sign in to comment.