Skip to content

Commit

Permalink
Merge pull request #192431 from Homebrew/bump-llama.cpp-3853
Browse files Browse the repository at this point in the history
llama.cpp 3853
  • Loading branch information
BrewTestBot authored Sep 30, 2024
2 parents ad988e6 + b883411 commit fefc9f1
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: "b3849",
revision: "8277a817f18967581b02b2248989d773e8e99998"
tag: "b3853",
revision: "6f1d9d71f4c568778a7637ff6582e6f6ba5fb9d3"
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: "d8abc77b194db83b18518f24c5123d1dc190be2c28c9cf953d1ac9e0edd9946c"
sha256 cellar: :any, arm64_sonoma: "d1bab8f96ac7897eb1c0ab2a70b3f7f48737d57b8817a9a12d619febf759877d"
sha256 cellar: :any, arm64_ventura: "59633503a048671b75f168c1fc232460d1b4ac9a7194766197d5b57d9c2ae310"
sha256 cellar: :any, sonoma: "b9e4928b97787b8726b987bf5595e69c991f466dfc2075bbec2b420fc3b135d0"
sha256 cellar: :any, ventura: "0dfa62323f71f1ed792f3a558e46ddcc3a2f3dd7ac34fd477d223851350cbb99"
sha256 cellar: :any_skip_relocation, x86_64_linux: "15743e659b83239fcb71b2e20cac13664b351e4df4403cf035d7934cb9f28feb"
sha256 cellar: :any, arm64_sequoia: "d2916149df9609945722c478b8218f218f88393da1d7b5eb351591a1855a3d98"
sha256 cellar: :any, arm64_sonoma: "4c0d107c5d9b64f593a692dccc4051c1793daef3a674d1e9df6c518c2fbd46d3"
sha256 cellar: :any, arm64_ventura: "3d6918dbfaaac8e7c7f5af166f689770e3edcaa23c7afe8569a7114a4d82b914"
sha256 cellar: :any, sonoma: "9a6e8718338adac8d1ab82f7c010ccda06951bd06af1597aa88286457ae04b07"
sha256 cellar: :any, ventura: "42def3ca3ead6c8876a51eea735c891192e01179146a0fd9caee9b02dcd20462"
sha256 cellar: :any_skip_relocation, x86_64_linux: "6f5e51402fae06f00c21ff878ef64429cf6e1441cdffbdcc26a4b2d91ae2005f"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit fefc9f1

Please sign in to comment.