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 8aa3802 commit 34d10d4Copy full SHA for 34d10d4
_unittests/ut_torch_models/test_tiny_llms_onnx.py
@@ -22,6 +22,7 @@
22
class TestTinyLlmOnnx(ExtTestCase):
23
@ignore_warnings((UserWarning, DeprecationWarning, FutureWarning))
24
@requires_transformers("4.52.9999")
25
+ @requires_torch("2.10.99") # added 08/28/2025
26
@hide_stdout()
27
def test_onnx_export_tiny_llm_official(self):
28
data = get_tiny_llm()
0 commit comments