Skip to content

Commit 3d5db7d

Browse files
committed
remove guide to install deps
1 parent 5f4547e commit 3d5db7d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/tasks/src/local-apps.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,9 @@ const snippetLlamacpp = (model: ModelData, filepath?: string): Snippet[] => {
8181
{
8282
title: "Build from source code",
8383
setup: [
84-
"# Install required packages",
85-
"sudo apt install build-essential libcurl4-openssl-dev",
86-
"",
87-
"# Clone and build",
8884
"git clone https://github.com/ggerganov/llama.cpp.git",
8985
"cd llama.cpp",
90-
"LLAMA_CURL=1 make -j llama-cli",
86+
"LLAMA_CURL=1 make llama-cli",
9187
].join("\n"),
9288
command: command("./llama-cli"),
9389
},

0 commit comments

Comments
 (0)