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 3cb8c4e commit 77b3822Copy full SHA for 77b3822
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: "b5900",
7
- revision: "10a0351a97c25471aea0bbde9cca54d32d163eec"
+ tag: "b5910",
+ revision: "6ffd4e9c442e99afac3d138543ebf86d5fc5ee03"
8
license "MIT"
9
head "https://github.com/ggml-org/llama.cpp.git", branch: "master"
10
0 commit comments