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 622c95c commit 924b394Copy full SHA for 924b394
whisper.cpp
@@ -3826,6 +3826,9 @@ struct whisper_full_params whisper_full_default_params(enum whisper_sampling_str
3826
/*.encoder_begin_callback =*/ nullptr,
3827
/*.encoder_begin_callback_user_data =*/ nullptr,
3828
3829
+ /*.abort_callback =*/ nullptr,
3830
+ /*.abort_callback_user_data =*/ nullptr,
3831
+
3832
/*.logits_filter_callback =*/ nullptr,
3833
/*.logits_filter_callback_user_data =*/ nullptr,
3834
};
0 commit comments