Skip to content

Commit

Permalink
Merge pull request #180629 from Homebrew/bump-llama.cpp-3557
Browse files Browse the repository at this point in the history
llama.cpp 3557
  • Loading branch information
BrewTestBot authored Aug 9, 2024
2 parents a08bf48 + 50ebadb commit 8031cd0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 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: "b3524",
revision: "bc0f887e159c0d78c28121e2c8b5c58094170875"
tag: "b3557",
revision: "3071c0a5f218f107dabd13b73f6090af683ef5ec"
license "MIT"
head "https://github.com/ggerganov/llama.cpp.git", branch: "master"

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

bottle do
sha256 cellar: :any, arm64_sonoma: "9d475ac96a3dcc32659212ad23e9531bcb60ba412af75a3817a811a79d45cae7"
sha256 cellar: :any, arm64_ventura: "2c6521b5e16df7b133d8b9fe44ae378f9dfc16294be3fdd48670cd02d94a09e0"
sha256 cellar: :any, arm64_monterey: "8e8abed46332e43c5b8635e3c3e805c01c5076bf1c5a1141a18380bef658f23a"
sha256 cellar: :any, sonoma: "a44e56864726225b60027b4561ea4e064731de9017d6a06bceda7f43adb66fb1"
sha256 cellar: :any, ventura: "2a1e39149fb9ffd7eb85369d0f7761bc26db45293b7ff9e82d52ad2191dcf35b"
sha256 cellar: :any, monterey: "432557185c09e22f3a815a57d601f7c0065a4bb9a545e8af6203527d02be115d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "644af471628c3fe7476e069dd3e45b936fba99d5a3bd7acb2dcc7bd9f10db6db"
sha256 cellar: :any, arm64_sonoma: "4c91fb4428dda3174a3633b401a78b28a28b0aa718e452220e020cdc65397c30"
sha256 cellar: :any, arm64_ventura: "627a8d12966de10e85df43170e9900c5d17bd6d8b646933029022a53bedcb657"
sha256 cellar: :any, arm64_monterey: "608ffb4785791edabcf1af88932c3bf34f4b2e3eae7a1dd6ccdccd40b1e46f4d"
sha256 cellar: :any, sonoma: "539dce2d0c682884b2f26052aa97d93342051759c8d7871e7e650d1ad23cedf9"
sha256 cellar: :any, ventura: "6c5f8443bb29f324bc7c4a8ad1d7f74a41e0ad9b1cc2220ffca6ac78cbbb152f"
sha256 cellar: :any, monterey: "1d5ee1e57986403633995f313c822c77d80b95f04a0ed80ffad604391248028e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "8cf66032959b0f2cd51cc12d6fe51e7adc785df098e69ef09df76712fd0d40ac"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit 8031cd0

Please sign in to comment.