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 7914bb9 commit 200c412Copy full SHA for 200c412
Formula/l/llama.cpp.rb
@@ -3,8 +3,8 @@ class LlamaCpp < Formula
3
homepage "https://github.com/ggml-org/llama.cpp"
4
# CMake uses Git to generate version information.
5
url "https://github.com/ggml-org/llama.cpp.git",
6
- tag: "b6830",
7
- revision: "f8f071faddf32ea09f4234edb6e809b380a9ee26"
+ tag: "b6840",
+ revision: "3cfa9c3f125763305b4226bc032f1954f08990dc"
8
license "MIT"
9
head "https://github.com/ggml-org/llama.cpp.git", branch: "master"
10
0 commit comments