Skip to content

Commit 9e5d3fc

Browse files
committed
llama.cpp 4397
1 parent 9b2f11f commit 9e5d3fc

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: "b4394",
7-
revision: "16cdce7b68218959e0658e2f95b4572573d5008e"
6+
tag: "b4397",
7+
revision: "a813badbbdf0d38705f249df7a0c99af5cdee678"
88
license "MIT"
99
head "https://github.com/ggerganov/llama.cpp.git", branch: "master"
1010

0 commit comments

Comments
 (0)