Skip to content

Commit 0a2e25a

Browse files
authored
add winget install on llama.cpp (#1749)
1 parent 166b1a8 commit 0a2e25a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/hub/gguf-llamacpp.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,18 @@ Llama.cpp allows you to download and run inference on a GGUF simply by providing
77

88
You can install llama.cpp through brew (works on Mac and Linux), or you can build it from source. There are also pre-built binaries and Docker images that you can [check in the official documentation](https://github.com/ggerganov/llama.cpp?tab=readme-ov-file#usage).
99

10-
### Option 1: Install with brew
10+
### Option 1: Install with brew/ winget
1111

1212
```bash
1313
brew install llama.cpp
1414
```
1515

16+
or, on windows via winget
17+
18+
```bash
19+
winget install llama.cpp
20+
```
21+
1622
### Option 2: build from source
1723

1824
Step 1: Clone llama.cpp from GitHub.

0 commit comments

Comments
 (0)