]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
whisper : disable fallbacks until the performance is improved (#588)
authorGeorgi Gerganov <redacted>
Wed, 22 Mar 2023 20:34:39 +0000 (22:34 +0200)
committerGeorgi Gerganov <redacted>
Wed, 22 Mar 2023 20:34:39 +0000 (22:34 +0200)
whisper.cpp

index fbb9e842ce85649c54872f6ff9ce183b2a2b4e3b..d65738a3e5622242952769fda24d0ec744254bcc 100644 (file)
@@ -3146,7 +3146,7 @@ struct whisper_full_params whisper_full_default_params(enum whisper_sampling_str
         /*.max_initial_ts   =*/  1.0f,
         /*.length_penalty   =*/ -1.0f,
 
-        /*.temperature_inc  =*/  0.2f,
+        /*.temperature_inc  =*/  0.0f, // TODO: temporary disabled until improve performance
         /*.entropy_thold    =*/  2.4f,
         /*.logprob_thold    =*/ -1.0f,
         /*.no_speech_thold  =*/  0.6f,