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 8ab91bb commit eb2329aCopy full SHA for eb2329a
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: "b5760",
7
- revision: "e8215dbb96b8fb94a24c29cdd228166fb972dbfc"
+ tag: "b5770",
+ revision: "b25e92774e2fa4ee3820e458d5cf43f40190f8d2"
8
license "MIT"
9
head "https://github.com/ggml-org/llama.cpp.git", branch: "master"
10
0 commit comments