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 1e2a03d commit a431b88Copy full SHA for a431b88
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: "b3887",
7
- revision: "8c475b97b8ba7d678d4c9904b1161bd8811a9b44"
+ tag: "b3889",
+ revision: "b6d6c5289f1c9c677657c380591201ddb210b649"
8
license "MIT"
9
head "https://github.com/ggerganov/llama.cpp.git", branch: "master"
10
0 commit comments