diff --git a/.gitignore b/.gitignore index 376d585..b34c512 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ out/ .vs/ .vscode/ compile_commands.json +.DS_Store diff --git a/whisper.cpp b/whisper.cpp index ab22988..8ef20cb 100644 --- a/whisper.cpp +++ b/whisper.cpp @@ -2425,7 +2425,7 @@ int whisper_full( whisper_token id = 0; whisper_token tid = whisper_token_beg(ctx); - id = whisper_sample_best(ctx, result_len == 0 || i > 32); + id = whisper_sample_best(ctx, result_len == 0); if (i > 0) { tid = whisper_sample_timestamp(ctx); }