Skip to content

Commit 34d10d4

Browse files
committed
disable
1 parent 8aa3802 commit 34d10d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_unittests/ut_torch_models/test_tiny_llms_onnx.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
class TestTinyLlmOnnx(ExtTestCase):
2323
@ignore_warnings((UserWarning, DeprecationWarning, FutureWarning))
2424
@requires_transformers("4.52.9999")
25+
@requires_torch("2.10.99") # added 08/28/2025
2526
@hide_stdout()
2627
def test_onnx_export_tiny_llm_official(self):
2728
data = get_tiny_llm()

0 commit comments

Comments
 (0)