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.
2 parents cb24a5b + 094f23d commit 9a53a7dCopy full SHA for 9a53a7d
_unittests/ut_torch_models/test_validate_whole_models.py
@@ -302,5 +302,6 @@ def test_validate_phi35_4k_mini_instruct(self):
302
op_types = set(n.op_type for n in onx.graph.node)
303
self.assertIn("If", op_types)
304
305
+
306
if __name__ == "__main__":
307
unittest.main(verbosity=2)
0 commit comments