Skip to content

Commit 3c35a76

Browse files
committed
llama.cpp 5010
1 parent 5bf2bd5 commit 3c35a76

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: "b4980",
7-
revision: "2099a9d5dbdcd2841d02dd396a71d0de70bf4490"
6+
tag: "b5010",
7+
revision: "a8a1f3356786cbf8bcc3422e3c8737fc33b453e7"
88
license "MIT"
99
head "https://github.com/ggerganov/llama.cpp.git", branch: "master"
1010

0 commit comments

Comments
 (0)