Skip to content

Commit 6e1e94b

Browse files
committed
f
1 parent 54f3d12 commit 6e1e94b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

_unittests/ut_tasks/test_tasks_image_text_to_text.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ def test_image_text_to_text_idefics(self):
2020
mid = "HuggingFaceM4/tiny-random-idefics"
2121
data = get_untrained_model_with_inputs(mid, verbose=1, add_second_input=True)
2222
self.assertEqual(data["task"], "image-text-to-text")
23-
self.assertIn((data["size"], data["n_weights"]), [(12628776, 3157194)])
2423
model, inputs, ds = data["model"], data["inputs"], data["dynamic_shapes"]
2524
model(**torch_deepcopy(inputs))
2625
model(**data["inputs2"])

0 commit comments

Comments
 (0)