Skip to content

Commit 2e2340d

Browse files
authored
Add brew installation instruction to README [no ci] (#7616)
1 parent 7846540 commit 2e2340d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,14 @@ In order to build llama.cpp you have four different options.
388388
CLBLAST support for use OpenCL GPU acceleration in FreeBSD. Please read
389389
the instructions for use and activate this options in this document below.
390390
391+
### Homebrew
392+
393+
On Mac and Linux, the homebrew package manager can be used via
394+
```
395+
brew install llama.cpp
396+
```
397+
The formula is automatically updated with new `llama.cpp` releases.
398+
391399
### Metal Build
392400
393401
On MacOS, Metal is enabled by default. Using Metal makes the computation run on the GPU.

0 commit comments

Comments
 (0)