Skip to content

Commit d8dafa2

Browse files
committed
make single target
1 parent 656fc6e commit d8dafa2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

packages/tasks/src/local-apps.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,13 @@ const snippetLlamacpp = (model: ModelData): Snippet[] => {
8181
{
8282
title: "Build from source code",
8383
setup: [
84-
// prettier-ignore
84+
"# Install required packages",
85+
"sudo apt install build-essential libcurl4-openssl-dev",
86+
"",
87+
"# Clone and build",
8588
"git clone https://github.com/ggerganov/llama.cpp.git",
8689
"cd llama.cpp",
87-
"LLAMA_CURL=1 make",
90+
"LLAMA_CURL=1 make -j llama-cli",
8891
].join("\n"),
8992
command: command("./llama-cli"),
9093
},

0 commit comments

Comments
 (0)