From 8e361d90d7948de3ecae73e10878040044836800 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Wed, 22 Mar 2023 22:34:39 +0200 Subject: [PATCH] whisper : disable fallbacks until the performance is improved (#588) --- whisper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,