diff --git a/whisper.cpp b/whisper.cpp index 971b8e6f4d7..0e1535b13ee 100644 --- a/whisper.cpp +++ b/whisper.cpp @@ -4589,7 +4589,7 @@ static void whisper_process_logits( // suppress sot and nosp tokens logits[vocab.token_sot] = -INFINITY; - logits[vocab.token_nosp] = -INFINITY; // TODO: ignore this token for now + // logits[vocab.token_nosp] = -INFINITY; // Uncommenting this would produce hallucinations on silent audio // [TDRZ] when tinydiarize is disabled, suppress solm token if (params.tdrz_enable == false) {