We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54f3d12 commit 6e1e94bCopy full SHA for 6e1e94b
_unittests/ut_tasks/test_tasks_image_text_to_text.py
@@ -20,7 +20,6 @@ def test_image_text_to_text_idefics(self):
20
mid = "HuggingFaceM4/tiny-random-idefics"
21
data = get_untrained_model_with_inputs(mid, verbose=1, add_second_input=True)
22
self.assertEqual(data["task"], "image-text-to-text")
23
- self.assertIn((data["size"], data["n_weights"]), [(12628776, 3157194)])
24
model, inputs, ds = data["model"], data["inputs"], data["dynamic_shapes"]
25
model(**torch_deepcopy(inputs))
26
model(**data["inputs2"])
0 commit comments