Skip to content

Commit ae6c74a

Browse files
fix qwen2_5_vl
1 parent ec538c6 commit ae6c74a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/models/qwen2_5_vl/test_modeling_qwen2_5_vl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ def test_small_model_integration_test_with_video(self):
706706
output = model.generate(**inputs, max_new_tokens=30)
707707

708708
EXPECTED_DECODED_TEXT = [
709-
'system\nYou are a helpful assistant.\nuser\nWhat is shown in this video?\nassistant\nThe video shows an indoor tennis court with a person standing on one side, preparing to serve the ball. The individual is dressed in athletic attire, including',
709+
'system\nYou are a helpful assistant.\nuser\nWhat is shown in this video?\nassistant\nThe video shows an indoor tennis court with a player standing on the baseline, preparing to serve. The player is wearing a white shirt and black shorts,',
710710
] # fmt: skip
711711
self.assertEqual(
712712
self.processor.batch_decode(output, skip_special_tokens=True),

0 commit comments

Comments
 (0)