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 12ce290 commit fc6d255Copy full SHA for fc6d255
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: "b4262",
7
- revision: "8d0cfd554a9ae545ff94d27e04458f537b4e8c0e"
+ tag: "b4265",
+ revision: "59f4db10883a4f3e855cffbf2c3ab68430e95272"
8
license "MIT"
9
head "https://github.com/ggerganov/llama.cpp.git", branch: "master"
10
0 commit comments