We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7846540 commit 2e2340dCopy full SHA for 2e2340d
README.md
@@ -388,6 +388,14 @@ In order to build llama.cpp you have four different options.
388
CLBLAST support for use OpenCL GPU acceleration in FreeBSD. Please read
389
the instructions for use and activate this options in this document below.
390
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
399
### Metal Build
400
401
On MacOS, Metal is enabled by default. Using Metal makes the computation run on the GPU.
0 commit comments