whisper : disable fallbacks until the performance is improved (#588)

pull/613/merge
Georgi Gerganov 2023-03-22 22:34:39 +02:00
parent fc49c44426
commit 8e361d90d7
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735
1 changed files with 1 additions and 1 deletions

View 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,