use torch.testing.assertclose instead to get more details about error in cis (#35659)
* use torch.testing.assertclose instead to get more details about error in cis * fix * style * test_all * revert for I bert * fixes and updates * more image processing fixes * more image processors * fix mamba and co * style * less strick * ok I won't be strict * skip and be done * up
This commit is contained in:
@@ -66,7 +66,7 @@ class BetterTransformerIntegrationTest(unittest.TestCase):
|
||||
)
|
||||
|
||||
output_from_pretrained = model_reloaded.generate(**inp)
|
||||
self.assertTrue(torch.allclose(output, output_from_pretrained))
|
||||
torch.testing.assert_close(output, output_from_pretrained)
|
||||
|
||||
def test_error_save_pretrained(self):
|
||||
r"""
|
||||
|
||||
Reference in New Issue
Block a user