Skip to content

Commit 9a53a7d

Browse files
committed
Fix unit test
2 parents cb24a5b + 094f23d commit 9a53a7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_unittests/ut_torch_models/test_validate_whole_models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,5 +302,6 @@ def test_validate_phi35_4k_mini_instruct(self):
302302
op_types = set(n.op_type for n in onx.graph.node)
303303
self.assertIn("If", op_types)
304304

305+
305306
if __name__ == "__main__":
306307
unittest.main(verbosity=2)

0 commit comments

Comments
 (0)