TFRobertaModelIntegrationTest requires tf (#4726)

This commit is contained in:
Sam Shleifer 2020-06-02 12:59:00 -04:00 committed by GitHub
parent d976ef262e
commit 70f7423436
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -237,6 +237,7 @@ class TFRobertaModelTest(TFModelTesterMixin, unittest.TestCase):
self.assertIsNotNone(model)
@require_tf
class TFRobertaModelIntegrationTest(unittest.TestCase):
@slow
def test_inference_masked_lm(self):