Skip to content

Commit 386978f

Browse files
authored
Merge branch 'main' into main
2 parents 3d97753 + b51d3f4 commit 386978f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/tasks/src/local-apps.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,11 @@ const snippetLlamacpp = (model: ModelData, filepath?: string): LocalAppSnippet[]
121121
setup: "brew install llama.cpp",
122122
content: command("llama-cli"),
123123
},
124+
{
125+
title: "Install from WinGet (Windows)",
126+
setup: "winget install llama.cpp",
127+
content: command("llama-cli"),
128+
},
124129
{
125130
title: "Use pre-built binary",
126131
setup: [

0 commit comments

Comments
 (0)