You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: add regression test for promptTokens with strict firstTokenLogProbThreshold
Verifies that transcription produces non-empty output when promptTokens
are set, even with a strict firstTokenLogProbThreshold (-0.5). Before
the fix, the prompt-shifted first token logprob would trigger the
threshold and abort decoding immediately.
0 commit comments