Skip to content

Commit a431b88

Browse files
committed
llama.cpp 3889
1 parent 1e2a03d commit a431b88

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: "b3887",
7-
revision: "8c475b97b8ba7d678d4c9904b1161bd8811a9b44"
6+
tag: "b3889",
7+
revision: "b6d6c5289f1c9c677657c380591201ddb210b649"
88
license "MIT"
99
head "https://github.com/ggerganov/llama.cpp.git", branch: "master"
1010

0 commit comments

Comments
 (0)