We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 344cef1 commit bb1a169Copy full SHA for bb1a169
Formula/l/llama.cpp.rb
@@ -3,8 +3,8 @@ class LlamaCpp < Formula
3
homepage "https://github.com/ggerganov/llama.cpp"
4
# CMake uses Git to generate version information.
5
url "https://github.com/ggerganov/llama.cpp.git",
6
- tag: "b4020",
7
- revision: "9f409893519b4a6def46ef80cd6f5d05ac0fb157"
+ tag: "b4023",
+ revision: "ce027adfb3b131f0d2368294fc276bb0e342b3f6"
8
license "MIT"
9
head "https://github.com/ggerganov/llama.cpp.git", branch: "master"
10
0 commit comments