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 6ed82c1 commit c192f62Copy full SHA for c192f62
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: "b4909",
7
- revision: "fd123cfead49eb32e386e26b8ef7a6d41554dda5"
+ tag: "b4912",
+ revision: "810e0af3f50379682dd46b7967c4aadf3f8286f6"
8
license "MIT"
9
head "https://github.com/ggerganov/llama.cpp.git", branch: "master"
10
0 commit comments