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 ee8278f commit fcccd92Copy full SHA for fcccd92
_unittests/ut_torch_models/test_validate_whole_models2.py
@@ -16,7 +16,7 @@ class TestValidateWholeModels2(ExtTestCase):
16
@hide_stdout()
17
@ignore_warnings(FutureWarning)
18
@requires_transformers("4.55")
19
- @unittest.skipif(torch.__version__.startswith("2.9.0"), "no left space space on device?")
+ @unittest.skipIf(torch.__version__.startswith("2.9.0"), "no left space space on device?")
20
def test_o_validate_phi35_4k_mini_instruct(self):
21
mid = "microsoft/Phi-3-mini-4k-instruct"
22
summary, data = validate_model(
0 commit comments