Skip to content

Commit 80ea2c0

Browse files
authored
[tests, qwen2_5_omni] fix flaky tests (#37721)
1 parent 63c6331 commit 80ea2c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/generation/test_utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
"mistral3",
135135
"chameleon",
136136
"internvl",
137-
"qwen2_5_omni",
137+
"qwen2_5omni", # the file is named `qwen2_5_omni`, but the model class is `Qwen2_5Omni`
138138
]
139139

140140

@@ -230,6 +230,7 @@ def _get_logits_processor_kwargs(self, do_sample=False, config=None):
230230
for key in [
231231
"image_token_id",
232232
"video_token_id",
233+
"audio_token_id",
233234
"vision_start_token_id",
234235
"audio_start_token_id",
235236
"audio_end_token_id",

0 commit comments

Comments
 (0)