We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b66339 commit d0937caCopy full SHA for d0937ca
packages/tasks/src/local-apps.ts
@@ -94,7 +94,6 @@ const snippetLlamacpp = (model: ModelData, filepath?: string): LocalAppSnippet[]
94
"cd llama.cpp",
95
"cmake -B build -DLLAMA_CURL=ON",
96
"cmake --build build -j --target llama-cli",
97
- "# output binary can be found in ./build/bin",
98
].join("\n"),
99
content: command("./build/bin/llama-cli"),
100
},
0 commit comments