@@ -3,8 +3,8 @@ class LlamaCpp < Formula
3
3
homepage "https://github.com/ggerganov/llama.cpp"
4
4
# CMake uses Git to generate version information.
5
5
url "https://github.com/ggerganov/llama.cpp.git" ,
6
- tag : "b3887 " ,
7
- revision : "8c475b97b8ba7d678d4c9904b1161bd8811a9b44 "
6
+ tag : "b3889 " ,
7
+ revision : "b6d6c5289f1c9c677657c380591201ddb210b649 "
8
8
license "MIT"
9
9
head "https://github.com/ggerganov/llama.cpp.git" , branch : "master"
10
10
@@ -14,12 +14,12 @@ class LlamaCpp < Formula
14
14
end
15
15
16
16
bottle do
17
- sha256 cellar : :any , arm64_sequoia : "8ff993e0d96ecdc3ed374d8676ce1cbaca8f080e04f500c7633055cf78907cc4 "
18
- sha256 cellar : :any , arm64_sonoma : "e4a5fd63137a29267e01504ee84f38d98dc83882c7aa5fdc2fd04681e734bd81 "
19
- sha256 cellar : :any , arm64_ventura : "f339da8639fc21b78c5ba2f25063d7c945db3b74ab44e663151a1ffd9656c6d6 "
20
- sha256 cellar : :any , sonoma : "b97a6fdb289377c2bd5782faea0ffc9cbd989d3e6503962c8c55540acd41d768 "
21
- sha256 cellar : :any , ventura : "933233ee2a44c3a64f81255a84d834522336e86c54f9311c92b459360881443d "
22
- sha256 cellar : :any_skip_relocation , x86_64_linux : "7fa3f639717e68d4b105b95a1ba733821a46c8f04b2aaa039af3491e88840de4 "
17
+ sha256 cellar : :any , arm64_sequoia : "9b7a6a5edda1927fecd60bd869542680e1a4f7d660d2adb4bf9bd0d7ee447fd3 "
18
+ sha256 cellar : :any , arm64_sonoma : "e76e28626f4804f685beaf01cb2bf7750c894b47bcccd7b61b35927fbe428835 "
19
+ sha256 cellar : :any , arm64_ventura : "1ca91e4f1cf40235278702844f265dd36c382cda6dc214df1fcb98b6713cc281 "
20
+ sha256 cellar : :any , sonoma : "67917ea0c6a5344bec9245c53cafa2bd69ee37589087061718de0647c16feebc "
21
+ sha256 cellar : :any , ventura : "a673b339638cf866738f1cc6689bc875e39ccce6a45a14d12f69e1f84ba69d9a "
22
+ sha256 cellar : :any_skip_relocation , x86_64_linux : "9fc0cc151395c65fc9f188d6695484729709b695619195e26cb8dde3df7e4bde "
23
23
end
24
24
25
25
depends_on "cmake" => :build
0 commit comments