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 5d142dc commit 303ffaaCopy full SHA for 303ffaa
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: "b5560",
7
- revision: "c04621711a893cbd09cff6c927cb005bc6749e36"
+ tag: "b5580",
+ revision: "bfb1e012a0b7658e8f00ed4333d059943ea9d648"
8
license "MIT"
9
head "https://github.com/ggerganov/llama.cpp.git", branch: "master"
10
0 commit comments