Fix Qwen2.5-VL test for Transformers v5 (#36532)

Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
This commit is contained in:
Harry Mellor
2026-03-10 12:05:34 +00:00
committed by GitHub
parent 4ff8c3c8f9
commit c88510083b
2 changed files with 2 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ NOTE:
--runner pooling \
--max-model-len 5000 \
--limit-mm-per-prompt.video 1 \
--hf-overrides '{"text_config": {"architectures": ["Qwen2_5_VLForSequenceClassification"]}}'
--hf-overrides '{"architectures": ["Qwen2_5_VLForSequenceClassification"]}'
"""
import argparse