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 fbdfefe commit 18b663dCopy full SHA for 18b663d
docs/install.md
@@ -9,6 +9,13 @@ brew install llama.cpp
9
```
10
The formula is automatically updated with new `llama.cpp` releases. More info: https://github.com/ggml-org/llama.cpp/discussions/7668
11
12
+## MacPorts
13
+
14
+```sh
15
+sudo port install llama.cpp
16
+```
17
+see also: https://ports.macports.org/port/llama.cpp/details/
18
19
## Nix
20
21
On Mac and Linux, the Nix package manager can be used via
0 commit comments