Skip to content

Commit d0937ca

Browse files
committed
remove redundant comment
1 parent 9b66339 commit d0937ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/tasks/src/local-apps.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ const snippetLlamacpp = (model: ModelData, filepath?: string): LocalAppSnippet[]
9494
"cd llama.cpp",
9595
"cmake -B build -DLLAMA_CURL=ON",
9696
"cmake --build build -j --target llama-cli",
97-
"# output binary can be found in ./build/bin",
9897
].join("\n"),
9998
content: command("./build/bin/llama-cli"),
10099
},

0 commit comments

Comments
 (0)