Skip to content

Commit a7d5dc4

Browse files
committed
llama.cpp 6140
1 parent 2b9b655 commit a7d5dc4

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: "b6100",
7-
revision: "65c797c4fad4d9966695ac4b4a1560be44109267"
6+
tag: "b6140",
7+
revision: "b0493156fa8622694f21f42460a84da3eded0bc0"
88
license "MIT"
99
head "https://github.com/ggml-org/llama.cpp.git", branch: "master"
1010

0 commit comments

Comments
 (0)