Skip to content

Commit 7ae4d58

Browse files
committed
fix
1 parent ca4eb76 commit 7ae4d58

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
@@ -90,10 +90,17 @@ def add_test_methods(cls):
9090
):
9191
reason = "transformers<4.51"
9292

93+
if (
94+
not reason
95+
and name in {"plot_export_hub_codellama.py"}
96+
and not has_transformers("4.52")
97+
):
98+
reason = "transformers<4.52"
99+
93100
if (
94101
not reason
95102
and name in {"plot_export_locate_issue.py", "plot_export_with_auto.py"}
96-
and not has_torch("4.7")
103+
and not has_torch("2.7")
97104
):
98105
reason = "torch<2.7"
99106

0 commit comments

Comments
 (0)