From: Georgi Gerganov Date: Wed, 22 Mar 2023 20:34:39 +0000 (+0200) Subject: whisper : disable fallbacks until the performance is improved (#588) X-Git-Tag: upstream/1.7.4~1537 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=8e361d90d7948de3ecae73e10878040044836800;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp whisper : disable fallbacks until the performance is improved (#588) --- diff --git a/whisper.cpp b/whisper.cpp index fbb9e842..d65738a3 100644 --- a/whisper.cpp +++ b/whisper.cpp @@ -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,