Skip to content

Commit fcccd92

Browse files
committed
spell
1 parent ee8278f commit fcccd92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_unittests/ut_torch_models/test_validate_whole_models2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class TestValidateWholeModels2(ExtTestCase):
1616
@hide_stdout()
1717
@ignore_warnings(FutureWarning)
1818
@requires_transformers("4.55")
19-
@unittest.skipif(torch.__version__.startswith("2.9.0"), "no left space space on device?")
19+
@unittest.skipIf(torch.__version__.startswith("2.9.0"), "no left space space on device?")
2020
def test_o_validate_phi35_4k_mini_instruct(self):
2121
mid = "microsoft/Phi-3-mini-4k-instruct"
2222
summary, data = validate_model(

0 commit comments

Comments
 (0)