Skip to content

Commit 419344e

Browse files
remove heeeere
1 parent e017e82 commit 419344e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/models/internvl/test_modeling_internvl.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,6 @@ def test_qwen2_small_model_integration_interleaved_images_videos(self):
570570
output = model.generate(**inputs, do_sample=False, max_new_tokens=25)
571571

572572
decoded_output = processor.decode(output[0], skip_special_tokens=True)
573-
print("heeeere :", decoded_output)
574573
# Batching seems to alter the output slightly, but it is also the case in the original implementation. This seems to be expected: https://github.com/huggingface/transformers/issues/23017#issuecomment-1649630232
575574
expected_outputs = Expectations(
576575
{

0 commit comments

Comments
 (0)