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
@@ -1,10 +1,10 @@
class LlamaCpp < Formula

Check notice on line 1 in Formula/l/llama.cpp.rb

View workflow job for this annotation

GitHub Actions / Linux

Bottle cache hit

Bottle for llama.cpp built at 5170641beb6 (Merge d1ed78fdbbf84a53d494e89273d5ff99bc97f4c4 into 76577bcb149880caf73784a62ddeedd61b63daf0, 2024-11-09)

Check notice on line 1 in Formula/l/llama.cpp.rb

View workflow job for this annotation

GitHub Actions / macOS 15-arm64

Bottle cache hit

Bottle for llama.cpp built at 5170641beb6 (Merge d1ed78fdbbf84a53d494e89273d5ff99bc97f4c4 into 76577bcb149880caf73784a62ddeedd61b63daf0, 2024-11-09)

Check notice on line 1 in Formula/l/llama.cpp.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

Bottle cache hit

Bottle for llama.cpp built at 5170641beb6 (Merge d1ed78fdbbf84a53d494e89273d5ff99bc97f4c4 into 76577bcb149880caf73784a62ddeedd61b63daf0, 2024-11-09)

Check notice on line 1 in Formula/l/llama.cpp.rb

View workflow job for this annotation

GitHub Actions / macOS 14-x86_64

Bottle cache hit

Bottle for llama.cpp built at 5170641beb6 (Merge d1ed78fdbbf84a53d494e89273d5ff99bc97f4c4 into 76577bcb149880caf73784a62ddeedd61b63daf0, 2024-11-09)

Check notice on line 1 in Formula/l/llama.cpp.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

Bottle cache hit

Bottle for llama.cpp built at 5170641beb6 (Merge d1ed78fdbbf84a53d494e89273d5ff99bc97f4c4 into 76577bcb149880caf73784a62ddeedd61b63daf0, 2024-11-09)

Check notice on line 1 in Formula/l/llama.cpp.rb

View workflow job for this annotation

GitHub Actions / macOS 13-x86_64

Bottle cache hit

Bottle for llama.cpp built at 5170641beb6 (Merge d1ed78fdbbf84a53d494e89273d5ff99bc97f4c4 into 76577bcb149880caf73784a62ddeedd61b63daf0, 2024-11-09)
desc "LLM inference in C/C++"
homepage "https://github.com/ggerganov/llama.cpp"
# CMake uses Git to generate version information.
url "https://github.com/ggerganov/llama.cpp.git",
tag: "b4034",
revision: "b8deef0ec0af5febac1d2cfd9119ff330ed0b762"
tag: "b4061",
revision: "6423c65aa8be1b98f990cf207422505ac5a441a1"
license "MIT"
head "https://github.com/ggerganov/llama.cpp.git", branch: "master"

Expand Down
Loading