summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel <44313466+makuche@users.noreply.github.com>2024-05-30 16:58:15 +0200
committerGitHub <noreply@github.com>2024-05-31 00:58:15 +1000
commit2e2340de1740b07f2418c04792607387d4dc1442 (patch)
tree2d8744d8529ac0aae394a698bc3c01c057e83193
parent7846540bd291e52cd4eee53882315760e05239be (diff)
Add brew installation instruction to README [no ci] (#7616)
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index ea7099d0..ba06b1ee 100644
--- a/README.md
+++ b/README.md
@@ -388,6 +388,14 @@ In order to build llama.cpp you have four different options.
CLBLAST support for use OpenCL GPU acceleration in FreeBSD. Please read
the instructions for use and activate this options in this document below.
+### Homebrew
+
+On Mac and Linux, the homebrew package manager can be used via
+```
+brew install llama.cpp
+```
+The formula is automatically updated with new `llama.cpp` releases.
+
### Metal Build
On MacOS, Metal is enabled by default. Using Metal makes the computation run on the GPU.