Skip to content

Commit 41be324

Browse files
committed
[Tasks] Remove --jinja flag from Pi local app snippet
1 parent 1b32a04 commit 41be324

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/tasks/src/local-apps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ const snippetPi = (model: ModelData, filepath?: string): LocalAppSnippet[] => {
477477
: {
478478
title: "Start the llama.cpp server",
479479
setup: "# Install llama.cpp:\nbrew install llama.cpp",
480-
content: `# Start a local OpenAI-compatible server:\nllama-server -hf ${model.id}${getQuantTag(filepath)} --jinja`,
480+
content: `# Start a local OpenAI-compatible server:\nllama-server -hf ${model.id}${getQuantTag(filepath)}`,
481481
};
482482

483483
// Step 2: Pi config — port and provider name differ

0 commit comments

Comments
 (0)