Skip to content

Commit fc6d255

Browse files
committed
llama.cpp 4265
1 parent 12ce290 commit fc6d255

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: "b4262",
7-
revision: "8d0cfd554a9ae545ff94d27e04458f537b4e8c0e"
6+
tag: "b4265",
7+
revision: "59f4db10883a4f3e855cffbf2c3ab68430e95272"
88
license "MIT"
99
head "https://github.com/ggerganov/llama.cpp.git", branch: "master"
1010

0 commit comments

Comments
 (0)