[tests, qwen2_5_omni] fix flaky tests (#37721)

This commit is contained in:
Joao Gante 2025-04-23 17:54:12 +01:00 committed by GitHub
parent 63c6331387
commit 80ea2c05c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -134,7 +134,7 @@ VLM_CLASS_NAMES = [
"mistral3",
"chameleon",
"internvl",
"qwen2_5_omni",
"qwen2_5omni", # the file is named `qwen2_5_omni`, but the model class is `Qwen2_5Omni`
]
@ -230,6 +230,7 @@ class GenerationTesterMixin:
for key in [
"image_token_id",
"video_token_id",
"audio_token_id",
"vision_start_token_id",
"audio_start_token_id",
"audio_end_token_id",