Skip to content

Commit b4e4c53

Browse files
committed
too old
1 parent 46e24d3 commit b4e4c53

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

_unittests/ut_tasks/test_tasks_image_to_video.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
hide_stdout,
77
requires_diffusers,
88
requires_torch,
9+
requires_transformers,
910
)
1011
from onnx_diagnostic.torch_models.hghub.model_inputs import get_untrained_model_with_inputs
1112
from onnx_diagnostic.torch_export_patches import torch_export_patches
@@ -15,8 +16,9 @@
1516
class TestTasksImageToVideo(ExtTestCase):
1617
@hide_stdout()
1718
@requires_diffusers("0.35")
19+
@requires_transformers("4.55")
1820
@requires_torch("2.8.99")
19-
def test_cosmos_predict(self):
21+
def test_image_to_video(self):
2022
kwargs = {
2123
"_diffusers_version": "0.34.0.dev0",
2224
"_class_name": "CosmosTransformer3DModel",

0 commit comments

Comments
 (0)