add missing require_tf for TFOPTGenerationTest (#19010)
Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
@@ -315,6 +315,7 @@ class TFOPTEmbeddingsTest(unittest.TestCase):
|
|||||||
self.assertTrue(np.allclose(logits, logits_meta, atol=1e-4))
|
self.assertTrue(np.allclose(logits, logits_meta, atol=1e-4))
|
||||||
|
|
||||||
|
|
||||||
|
@require_tf
|
||||||
@slow
|
@slow
|
||||||
class TFOPTGenerationTest(unittest.TestCase):
|
class TFOPTGenerationTest(unittest.TestCase):
|
||||||
@property
|
@property
|
||||||
|
|||||||
Reference in New Issue
Block a user