Skip to content

Commit 55462ba

Browse files
authored
Merge pull request Homebrew#183049 from Homebrew/bump-llama.cpp-3649
llama.cpp 3649
2 parents ff49e22 + 0eed292 commit 55462ba

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/l/llama.cpp.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ class LlamaCpp < Formula
33
homepage "https://github.com/ggerganov/llama.cpp"
44
# CMake uses Git to generate version information.
55
url "https://github.com/ggerganov/llama.cpp.git",
6-
tag: "b3647",
7-
revision: "0ab30f8d82fc7156b750c194d64a887e80cbfb82"
6+
tag: "b3649",
7+
revision: "ea5d7478b1edcfc83f8ea8f9f0934585cc0b92e3"
88
license "MIT"
99
head "https://github.com/ggerganov/llama.cpp.git", branch: "master"
1010

@@ -14,13 +14,13 @@ class LlamaCpp < Formula
1414
end
1515

1616
bottle do
17-
sha256 cellar: :any, arm64_sonoma: "dafb56557adf5cf3e588b18d1860563860c6a44e1d84c2a971659f22955ae6e9"
18-
sha256 cellar: :any, arm64_ventura: "478f72447570ec2d69065245aec79a45b1a01e05cc299b38abec873e0ef30304"
19-
sha256 cellar: :any, arm64_monterey: "870946764c555e88e8c338f7fbf2a52f075b5eacc39eb1b95ed565b4518c6bba"
20-
sha256 cellar: :any, sonoma: "c8b7b2ed35a043fef12185043b9a79bc34069e3d6bd888a22190731b00928ba4"
21-
sha256 cellar: :any, ventura: "4207cf1c076495995d74a8410d3ac220f9c2194fd806e5a5da00b53965d4b139"
22-
sha256 cellar: :any, monterey: "83a299d270510f449ab10d7086c883ab06a1edeed0c6b1b35454dd917e1ba304"
23-
sha256 cellar: :any_skip_relocation, x86_64_linux: "c368344bf7b244312ca7c9796cb99e99997eb84447668b3510a856528d19970b"
17+
sha256 cellar: :any, arm64_sonoma: "5cecde3e87afa28b4caba14087bc855555c1d68d84716c4bd1db67d377f257a7"
18+
sha256 cellar: :any, arm64_ventura: "713f7ab49452b8f7f22e3dfd273d7ea959ccabe0492e97ffb542455b6d9d628c"
19+
sha256 cellar: :any, arm64_monterey: "7f6332e7876e938e2847c0c21dc9c0a26f9fe12abfe0f7ac6df9b4dbd110149b"
20+
sha256 cellar: :any, sonoma: "f01835c39030a40061219bdac4b179e5ef66afe8a988f08e9e1cf5fc4697ed77"
21+
sha256 cellar: :any, ventura: "3647b2fb97aebc2309416c5b7cd8c0ecf0b7e37f7e36b6b18e6c67ac41e86f7b"
22+
sha256 cellar: :any, monterey: "17c2ee644e06df53047f8d533914dc8ba469473852896e427e3b42fbc3fb8029"
23+
sha256 cellar: :any_skip_relocation, x86_64_linux: "7e651463f4bb1e1ff2e6e23a692c3ce50ef5660633d1dce523c8ab66f24444a8"
2424
end
2525

2626
depends_on "cmake" => :build

0 commit comments

Comments
 (0)