Skip to content

Commit 18b663d

Browse files
authored
install : add macports (ggml-org#12518)
MacPorts section added
1 parent fbdfefe commit 18b663d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/install.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ brew install llama.cpp
99
```
1010
The formula is automatically updated with new `llama.cpp` releases. More info: https://github.com/ggml-org/llama.cpp/discussions/7668
1111

12+
## MacPorts
13+
14+
```sh
15+
sudo port install llama.cpp
16+
```
17+
see also: https://ports.macports.org/port/llama.cpp/details/
18+
1219
## Nix
1320

1421
On Mac and Linux, the Nix package manager can be used via

0 commit comments

Comments
 (0)