Add brew installation instruction to README [no ci]
This commit is contained in:
parent
0e8d8bfd6c
commit
f0e220bacf
1 changed files with 8 additions and 0 deletions
|
@ -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
|
CLBLAST support for use OpenCL GPU acceleration in FreeBSD. Please read
|
||||||
the instructions for use and activate this options in this document below.
|
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
|
### Metal Build
|
||||||
|
|
||||||
On MacOS, Metal is enabled by default. Using Metal makes the computation run on the GPU.
|
On MacOS, Metal is enabled by default. Using Metal makes the computation run on the GPU.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue