From f0e220bacfb9f5e712b7b2750e5a1f9b4d14081b Mon Sep 17 00:00:00 2001 From: Manuel <44313466+makuche@users.noreply.github.com> Date: Wed, 29 May 2024 12:58:28 +0200 Subject: [PATCH] Add brew installation instruction to README [no ci] --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 1cab7f19d..55d9d1c28 100644 --- a/README.md +++ b/README.md @@ -379,6 +379,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.