ggerganov commited on
Commit
83d8317
·
unverified ·
1 Parent(s): cac3f10

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

Browse files
Files changed (1) hide show
  1. whisper.cpp +1 -1
whisper.cpp CHANGED
@@ -3146,7 +3146,7 @@ struct whisper_full_params whisper_full_default_params(enum whisper_sampling_str
3146
  /*.max_initial_ts =*/ 1.0f,
3147
  /*.length_penalty =*/ -1.0f,
3148
 
3149
- /*.temperature_inc =*/ 0.2f,
3150
  /*.entropy_thold =*/ 2.4f,
3151
  /*.logprob_thold =*/ -1.0f,
3152
  /*.no_speech_thold =*/ 0.6f,
 
3146
  /*.max_initial_ts =*/ 1.0f,
3147
  /*.length_penalty =*/ -1.0f,
3148
 
3149
+ /*.temperature_inc =*/ 0.0f, // TODO: temporary disabled until improve performance
3150
  /*.entropy_thold =*/ 2.4f,
3151
  /*.logprob_thold =*/ -1.0f,
3152
  /*.no_speech_thold =*/ 0.6f,