Skip to content

Commit 442bb6b

Browse files
authored
Tasks: gguf file as a snippet param (#699)
1 parent aa718d5 commit 442bb6b

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
@@ -65,7 +65,7 @@ LLAMA_CURL=1 make
6565
# Load and run the model
6666
./main \\
6767
--hf-repo "${model.id}" \\
68-
-m file.gguf \\
68+
-m {{GGUF_FILE}} \\
6969
-p "I believe the meaning of life is" \\
7070
-n 128`,
7171
];

0 commit comments

Comments
 (0)