Skip to content

Commit 1ca85cd

Browse files
committed
update code snippet for 🦙📁
1 parent 321cb48 commit 1ca85cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tasks/src/local-apps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ const snippetLlamacpp = (model: ModelData, filepath?: string): LocalAppSnippet[]
107107
const snippetLlamafileGGUF = (model: ModelData, filepath?: string): LocalAppSnippet[] => {
108108
const command = (binary: string) =>
109109
[
110-
"# Load and run your model",
110+
"# Load and run the model :",
111111
`wget https://huggingface.co/${model.id}/resolve/main/`.concat(`${filepath ?? "{{GGUF_FILE}}"}`), // could not figure out how to do it without concat
112112
`chmod +x ${binary}`,
113113
`${binary} -m ${filepath?? "{{GGUF_FILE}}"} -p 'You are a helpful assistant' `, // will this create a second dropdown ?

0 commit comments

Comments
 (0)