Skip to content

Commit 012bd4f

Browse files
committed
disable two tests'
1 parent d71c5f0 commit 012bd4f

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

_unittests/ut_ci_models/test_ci_export.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
class TestCiExport(ExtTestCase):
1212
@hide_stdout()
13+
@requires_transformers("4.55")
1314
def test_main_qwen25_tiny_llm(self):
1415
main_qwen25(
1516
model_id="arnir0/Tiny-LLM",

_unittests/ut_xrun_doc/test_documentation_examples.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,10 @@ def add_test_methods(cls):
8787

8888
if (
8989
not reason
90-
and name in {"plot_export_tiny_llm.py"}
91-
and not has_transformers("4.51")
90+
and name in {"plot_export_tiny_llm.py", "plot_export_tiny_llm_patched.py"}
91+
and not has_transformers("4.55")
9292
):
93-
reason = "transformers<4.51"
93+
reason = "transformers<4.55"
9494

9595
if (
9696
not reason

0 commit comments

Comments
 (0)