Skip to content

Commit 3dc9c0a

Browse files
committed
llama.cpp 4458
1 parent f35f02f commit 3dc9c0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/l/llama.cpp.rb

Lines changed: 2 additions & 2 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: "b4457",
7-
revision: "ee7136c6d1e0ba7633294dad137b1573048031ec"
6+
tag: "b4458",
7+
revision: "c3f9d25706ac84297067aeaa662c1f1af42ed443"
88
license "MIT"
99
head "https://github.com/ggerganov/llama.cpp.git", branch: "master"
1010

0 commit comments

Comments
 (0)