Unverified Commit c8849583 authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

Make `test_save_pretrained_signatures` slow test (#21105)


Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent 14154f72
......@@ -2266,6 +2266,7 @@ class UtilsFunctionsTest(unittest.TestCase):
for p1, p2 in zip(model.weights, new_model.weights):
self.assertTrue(np.allclose(p1.numpy(), p2.numpy()))
@slow
def test_save_pretrained_signatures(self):
model = TFBertModel.from_pretrained("hf-internal-testing/tiny-random-bert")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment