Skip to content

Commit

Permalink
whisper : disable fallbacks until the performance is improved (ggerga…
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed Mar 22, 2023
1 parent fc49c44 commit 8e361d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whisper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 8e361d9

Please sign in to comment.