Skip to content

Commit

Permalink
Merge pull request #203569 from Homebrew/bump-llama.cpp-4439
Browse files Browse the repository at this point in the history
llama.cpp 4439
  • Loading branch information
BrewTestBot authored Jan 8, 2025
2 parents fab87df + d7eeb97 commit 0d071f9
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: "b4435",
revision: "017cc5f446863316d05522a87f25ec48713a9492"
tag: "b4439",
revision: "0d52a69e4bf0d6181beec7853307bdcdeec9905b"
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: "aabe1c0fd0fd66d483e5cd0ab2270ee83ee9eb6e6e1c552c865b6dda7179bb32"
sha256 cellar: :any, arm64_sonoma: "5a20e8253be5b325e8c6890e5c5d5a4be5d5178d69a5106fc8ce21b1ad24c8b3"
sha256 cellar: :any, arm64_ventura: "db9764aaa5089dc31da81dc93908655b29804e5520afb032cb9f14da864388a8"
sha256 cellar: :any, sonoma: "ad25f6935f61d966dcc13a07ea3ca3fdbf92560b2188b6d592261ddcb19c8fa4"
sha256 cellar: :any, ventura: "2a995ee9b57f59c6f57d4b9547a229ea9065b101af3399ba68a56a15042425a4"
sha256 cellar: :any_skip_relocation, x86_64_linux: "10dd2904a8427104c7e03cf784f3e30c739499c53ad385bd3a0b6ac4ee31479d"
sha256 cellar: :any, arm64_sequoia: "f291570383e3031ec0863ab432465d8a454f74150b0a7f04407b9a120646253f"
sha256 cellar: :any, arm64_sonoma: "cff76b65e80e3ba32934c78c26c2ce44995e6d971a89a378ceab0bbdbb1d0f8e"
sha256 cellar: :any, arm64_ventura: "ae52a3fb66fd3a48b54e26afd09c7e45d3d3557de1a61c60a75bfefd65ee01f2"
sha256 cellar: :any, sonoma: "ec045700241284749902721f170015f6cce7490a9523ff8bea14f84bd7924a81"
sha256 cellar: :any, ventura: "b5ccfa69fd568545017db444f9a6671cf3a6f8565a03f3f93d71493e4c711642"
sha256 cellar: :any_skip_relocation, x86_64_linux: "e701e92566326c9432e3c7e87f225621602d7423275e1c4cf84ac657aaf35a15"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit 0d071f9

Please sign in to comment.