mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2024-12-19 04:37:51 +00:00
whisper : disable fallbacks until the performance is improved (#588)
This commit is contained in:
parent
fc49c44426
commit
8e361d90d7
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user