Skip to content

Commit 690ac31

Browse files
committed
ci : trigger builds
1 parent 8da6797 commit 690ac31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/whisper.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5093,6 +5093,7 @@ static void whisper_process_logits(
50935093
// printf("%16s : prob=%9.5f logit=%9.5f logprob=%9.5f\n", token.c_str(), prob, logit, logprob);
50945094
//}
50955095

5096+
//
50965097
// print sorted
50975098
{
50985099
std::vector<std::pair<float, int>> pairs;

0 commit comments

Comments
 (0)