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 30512fb commit 0c52839Copy full SHA for 0c52839
_unittests/ut_xrun_doc/test_documentation_examples.py
@@ -77,7 +77,12 @@ def add_test_methods(cls):
77
):
78
reason = "transformers<4.51"
79
80
- if not reason and name in {"plot_export_locate_issue.py"} and not has_torch("4.7"):
+ if (
81
+ not reason
82
+ and name
83
+ in {"plot_export_locate_issue.py", "plot_export_with_dynamic_shapes_auto.py"}
84
+ and not has_torch("4.7")
85
+ ):
86
reason = "torch<2.7"
87
88
if reason:
0 commit comments