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 6b88d4f commit e4383c0Copy full SHA for e4383c0
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: "b4508",
7
- revision: "a1649cc13f89946322358f92ea268ae1b7b5096c"
+ tag: "b4510",
+ revision: "b9daaffe02d6a77d85f0420bce5dfe0e00daeff6"
8
license "MIT"
9
head "https://github.com/ggerganov/llama.cpp.git", branch: "master"
10
0 commit comments