Skip to content

Commit

Permalink
Add brew installation instruction to README [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
makuche committed May 29, 2024
1 parent 0e8d8bf commit f0e220b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f0e220b

Please sign in to comment.