Skip to content

Commit e17e78e

Browse files
Mishiggary149
andauthored
Update packages/tasks/src/local-apps.ts
Co-authored-by: Victor Muštar <[email protected]>
1 parent 0abe683 commit e17e78e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tasks/src/local-apps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const snippetLlamacpp = (model: ModelData): string[] => {
5151
`# Option 1: use llama.cpp with brew
5252
brew install llama.cpp
5353
54-
# Load and run the model
54+
# Build llama.cpp then load and run the model
5555
llama \\
5656
--hf-repo "${model.id}" \\
5757
--hf-file file.gguf \\

0 commit comments

Comments
 (0)