We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c80850 commit c160124Copy full SHA for c160124
examples/talk-llama/talk-llama.cpp
@@ -289,8 +289,8 @@ int main(int argc, char ** argv) {
289
290
struct whisper_context * ctx_wsp = whisper_init_from_file_with_params(params.model_wsp.c_str(), cparams);
291
if (!ctx_wsp) {
292
- fprintf(stderr, "No whisper.cpp model specified. Please provide using -mw <modelfile>\n");
293
- return 1;
+ fprintf(stderr, "No whisper.cpp model specified. Please provide using -mw <modelfile>\n");
+ return 1;
294
}
295
296
// llama init
0 commit comments