Skip to content

Commit 1dd38f8

Browse files
committed
llama.cpp 6650
1 parent 582ac85 commit 1dd38f8

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/ggml-org/llama.cpp"
44
# CMake uses Git to generate version information.
55
url "https://github.com/ggml-org/llama.cpp.git",
6-
tag: "b6640",
7-
revision: "f1eb1cb1eba042b2d583234e80f65e2e225d8995"
6+
tag: "b6650",
7+
revision: "7c156df4148eb524b22f7f363bfd2df00f264e0b"
88
license "MIT"
99
head "https://github.com/ggml-org/llama.cpp.git", branch: "master"
1010

0 commit comments

Comments
 (0)