From 3c50be2217cc413db3beb636710de31adc37d022 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Sun, 10 Sep 2023 13:27:06 +0300 Subject: [PATCH] whisper : remove comment --- whisper.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/whisper.cpp b/whisper.cpp index 0f5fef83..4753232b 100644 --- a/whisper.cpp +++ b/whisper.cpp @@ -4996,9 +4996,6 @@ int whisper_full_with_state( auto & cur = beam_candidates[cur_c++]; - // TODO: test if this is better: - //while (beam_candidates.size() > cur_c && i > 0) { - while (beam_candidates.size() > cur_c && beam_candidates[cur_c].sequence.sum_logprobs_all == cur.sequence.sum_logprobs_all && i > 0) { ++cur_c; }