Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/l/llama.cpp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ class LlamaCpp < Formula
homepage "https://github.com/ggml-org/llama.cpp"
# CMake uses Git to generate version information.
url "https://github.com/ggml-org/llama.cpp.git",
tag: "b6900",
revision: "c22473b580807929fd9e3a3344a48e8cfbe6c88f"
tag: "b6910",
revision: "5d8bb900bc7daa84bfa7bb1d25ab7e32394919f3"
license "MIT"
head "https://github.com/ggml-org/llama.cpp.git", branch: "master"

Expand Down
Loading