Skip to content

Commit c160124

Browse files
authored
Update examples/talk-llama/talk-llama.cpp
1 parent 5c80850 commit c160124

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/talk-llama/talk-llama.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,8 @@ int main(int argc, char ** argv) {
289289

290290
struct whisper_context * ctx_wsp = whisper_init_from_file_with_params(params.model_wsp.c_str(), cparams);
291291
if (!ctx_wsp) {
292-
fprintf(stderr, "No whisper.cpp model specified. Please provide using -mw <modelfile>\n");
293-
return 1;
292+
fprintf(stderr, "No whisper.cpp model specified. Please provide using -mw <modelfile>\n");
293+
return 1;
294294
}
295295

296296
// llama init

0 commit comments

Comments
 (0)