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 4f95d59 commit 5730312Copy full SHA for 5730312
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: "b4634",
7
- revision: "f117d84b48104992ba16961b35a96fa93efbb355"
+ tag: "b4639",
+ revision: "3ec9fd4b77b6aca03a3c2bf678eae3f9517d6904"
8
license "MIT"
9
head "https://github.com/ggerganov/llama.cpp.git", branch: "master"
10
0 commit comments