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 d935204 commit cf4dbf8Copy full SHA for cf4dbf8
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: "b3647",
7
- revision: "0ab30f8d82fc7156b750c194d64a887e80cbfb82"
+ tag: "b3649",
+ revision: "ea5d7478b1edcfc83f8ea8f9f0934585cc0b92e3"
8
license "MIT"
9
head "https://github.com/ggerganov/llama.cpp.git", branch: "master"
10
0 commit comments