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 5bf2bd5 commit 3c35a76Copy full SHA for 3c35a76
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: "b4980",
7
- revision: "2099a9d5dbdcd2841d02dd396a71d0de70bf4490"
+ tag: "b5010",
+ revision: "a8a1f3356786cbf8bcc3422e3c8737fc33b453e7"
8
license "MIT"
9
head "https://github.com/ggerganov/llama.cpp.git", branch: "master"
10
0 commit comments