Skip to content

Commit bb1a169

Browse files
committed
llama.cpp 4023
1 parent 344cef1 commit bb1a169

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: "b4020",
7-
revision: "9f409893519b4a6def46ef80cd6f5d05ac0fb157"
6+
tag: "b4023",
7+
revision: "ce027adfb3b131f0d2368294fc276bb0e342b3f6"
88
license "MIT"
99
head "https://github.com/ggerganov/llama.cpp.git", branch: "master"
1010

0 commit comments

Comments
 (0)