Skip to content

Commit 6251367

Browse files
committed
llama.cpp 4321
1 parent 243710f commit 6251367

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: "b4320",
7-
revision: "64ae0655114f84f11a724bc6878c6f8f4a55560b"
6+
tag: "b4321",
7+
revision: "9f35e44592a7646a5803620eb6a3f0ed5ac90553"
88
license "MIT"
99
head "https://github.com/ggerganov/llama.cpp.git", branch: "master"
1010

0 commit comments

Comments
 (0)