Skip to content

Commit 48147d0

Browse files
committed
fixe
1 parent 986d585 commit 48147d0

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

_unittests/ut_xrun_doc/test_documentation_examples.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,6 @@ def add_test_methods(cls):
109109
):
110110
reason = "torch<2.8"
111111

112-
if (
113-
not reason
114-
and name in {"plot_export_tiny_llm_dim01.py"}
115-
and not has_torch("2.9")
116-
):
117-
reason = "torch<2.9"
118-
119112
if (
120113
not reason
121114
and name in {"plot_dump_intermediate_results.py"}
@@ -131,6 +124,7 @@ def add_test_methods(cls):
131124
reason = "unstable, let's wait for the next version"
132125

133126
if not reason and name in {
127+
"plot_export_tiny_llm_dim01.py",
134128
"plot_export_tiny_llm_dim01_onnx.py",
135129
"plot_export_tiny_llm_dim01_onnx_custom.py",
136130
}:

0 commit comments

Comments
 (0)