Skip to content

Commit f0e220b

Browse files
committed
Add brew installation instruction to README [no ci]
1 parent 0e8d8bf commit f0e220b

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
@@ -379,6 +379,14 @@ In order to build llama.cpp you have four different options.
379379
CLBLAST support for use OpenCL GPU acceleration in FreeBSD. Please read
380380
the instructions for use and activate this options in this document below.
381381
382+
### Homebrew
383+
384+
On Mac and Linux, the homebrew package manager can be used via
385+
```
386+
brew install llama.cpp
387+
```
388+
The formula is automatically updated with new `llama.cpp` releases.
389+
382390
### Metal Build
383391
384392
On MacOS, Metal is enabled by default. Using Metal makes the computation run on the GPU.

0 commit comments

Comments
 (0)