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 0e8d8bf commit 18db2bbCopy full SHA for 18db2bb
README.md
@@ -379,6 +379,14 @@ In order to build llama.cpp you have four different options.
379
CLBLAST support for use OpenCL GPU acceleration in FreeBSD. Please read
380
the instructions for use and activate this options in this document below.
381
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
390
### Metal Build
391
392
On MacOS, Metal is enabled by default. Using Metal makes the computation run on the GPU.
0 commit comments