mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-16 19:18:24 +06:00
[tests, qwen2_5_omni
] fix flaky tests (#37721)
This commit is contained in:
parent
63c6331387
commit
80ea2c05c2
@ -134,7 +134,7 @@ VLM_CLASS_NAMES = [
|
|||||||
"mistral3",
|
"mistral3",
|
||||||
"chameleon",
|
"chameleon",
|
||||||
"internvl",
|
"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 [
|
for key in [
|
||||||
"image_token_id",
|
"image_token_id",
|
||||||
"video_token_id",
|
"video_token_id",
|
||||||
|
"audio_token_id",
|
||||||
"vision_start_token_id",
|
"vision_start_token_id",
|
||||||
"audio_start_token_id",
|
"audio_start_token_id",
|
||||||
"audio_end_token_id",
|
"audio_end_token_id",
|
||||||
|
Loading…
Reference in New Issue
Block a user