]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
Add brew installation instruction to README [no ci] (#7616)
authorManuel <redacted>
Thu, 30 May 2024 14:58:15 +0000 (16:58 +0200)
committerGitHub <redacted>
Thu, 30 May 2024 14:58:15 +0000 (00:58 +1000)
README.md

index ea7099d01841b69ce10c21848e1694a3edf914b1..ba06b1ee2d032c9f0a87a86482c81f9efaaf827f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -388,6 +388,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.