Skip to content

Commit 1fa3637

Browse files
author
sanchit-gandhi
committed
clarify comment
1 parent 6375d4b commit 1fa3637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/models/whisper/test_modeling_whisper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3416,7 +3416,7 @@ def test_tiny_static_generation_long_form(self):
34163416
"no_speech_threshold": 0.6,
34173417
"temperature": (0.0, 0.2, 0.4, 0.6, 0.8, 1.0),
34183418
"compression_ratio_threshold": 1.35,
3419-
"condition_on_prev_tokens": True, # conditioning on prev tokens introduces a recompile on the second decoding step
3419+
"condition_on_prev_tokens": True, # conditioning on prev tokens introduces a recompile on the second time step
34203420
"logprob_threshold": -1.0,
34213421
"num_beams": 1,
34223422
}

0 commit comments

Comments
 (0)