Skip to content

Commit

Permalink
Merge pull request Homebrew#198755 from Homebrew/bump-llama.cpp-4154
Browse files Browse the repository at this point in the history
llama.cpp 4154
  • Loading branch information
BrewTestBot authored Nov 23, 2024
2 parents ef49c4f + a464b93 commit a471479
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: "b4153",
revision: "6dfcfef0787e9902df29f510b63621f60a09a50b"
tag: "b4154",
revision: "55ed008b2de01592659b9eba068ea01bb2f72160"
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: "348d6a3e07e487eae5d4143f276ed220f3196dfc9ccb8065ecfb50c829f61dde"
sha256 cellar: :any, arm64_sonoma: "df6b2c61dcdcbbfc5c1b74e961d134f1952688455e55f82503fcb52f385c93d8"
sha256 cellar: :any, arm64_ventura: "fd1a3285cea1885c9f9fedd64f691f0e157dad818ff13902c1b2b975a2bdcf06"
sha256 cellar: :any, sonoma: "7a1f0dabe011ea0ec1cf4a784649ff470f1e07a928d69991905ebc47bbecae41"
sha256 cellar: :any, ventura: "cf1b93eb50c965ec0dcd35f236c0719bff2beda20f407e6bfe32b6c4e828c21b"
sha256 cellar: :any_skip_relocation, x86_64_linux: "ddd5f94fc5be18c988b16e3c9eab8ddbcd3ae60c5f01bb383d14ea15d0eed7de"
sha256 cellar: :any, arm64_sequoia: "3dc22d5e67ab84c2898df05e7c6911833162a0f9d4e8974c035fb1f36d9a1b4a"
sha256 cellar: :any, arm64_sonoma: "d6b969dd53433d476670b4bd8c9ed3c2ce28f2ebd47c487aa8956845ef84b44e"
sha256 cellar: :any, arm64_ventura: "e765d11016dd30f7a2168929638878e94897fc3f0f1d5f121573907f5882dcec"
sha256 cellar: :any, sonoma: "99e7d929aa6f3b5a1e23cf6a3cf9113437efb1dc829c0216ddbaed20508149dd"
sha256 cellar: :any, ventura: "43e5c018d5e95603bdcfcdd32165420f644af574d6e0c90225b73c81590a4aef"
sha256 cellar: :any_skip_relocation, x86_64_linux: "09de0b2c4af5d7b355e07571efeadcfafcb1ef09f1b373865fdf8d84323ae184"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit a471479

Please sign in to comment.