Skip to content

Commit ce4fb66

Browse files
committed
fix issues
1 parent 3c37d9d commit ce4fb66

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

_unittests/ut_xrun_doc/test_documentation_examples.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,18 @@ def add_test_methods(cls):
102102

103103
if (
104104
not reason
105-
and name in {"plot_export_tiny_phi2.py", "plot_export_with_dynamic_cache.py"}
105+
and name in {"plot_export_tiny_phi2.py"}
106106
and not has_transformers("4.55")
107107
):
108108
reason = "transformers<4.55"
109109

110+
if (
111+
not reason
112+
and name in {"plot_export_with_dynamic_cache.py"}
113+
and not has_transformers("4.56")
114+
):
115+
reason = "transformers<4.56"
116+
110117
# pytorch
111118

112119
if (

0 commit comments

Comments
 (0)