]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
whisper : add missing about callback initializers
authorGeorgi Gerganov <redacted>
Tue, 7 Nov 2023 08:49:51 +0000 (10:49 +0200)
committerGeorgi Gerganov <redacted>
Tue, 7 Nov 2023 08:49:51 +0000 (10:49 +0200)
whisper.cpp

index 704460490e660002d244267674c4356336b4d397..60b3bf057fe86ee2f20a1fc659059e33b04573c6 100644 (file)
@@ -3826,6 +3826,9 @@ struct whisper_full_params whisper_full_default_params(enum whisper_sampling_str
         /*.encoder_begin_callback           =*/ nullptr,
         /*.encoder_begin_callback_user_data =*/ nullptr,
 
+        /*.abort_callback                   =*/ nullptr,
+        /*.abort_callback_user_data         =*/ nullptr,
+
         /*.logits_filter_callback           =*/ nullptr,
         /*.logits_filter_callback_user_data =*/ nullptr,
     };