Fix slow tests v4.2.0 (#9561)
* Fix conversational pipeline test * LayoutLM * ProphetNet * BART * Blenderbot & small * Marian * mBART * Pegasus * Tapas tokenizer * BERT2BERT test * Style * Example requirements * TF BERT2BERT test
This commit is contained in:
@@ -356,6 +356,7 @@ class TFBartHeadTests(unittest.TestCase):
|
||||
|
||||
|
||||
@slow
|
||||
@require_tf
|
||||
class TFBartModelIntegrationTest(unittest.TestCase):
|
||||
def test_inference_no_head(self):
|
||||
model = TFBartForConditionalGeneration.from_pretrained("facebook/bart-large").model
|
||||
|
||||
Reference in New Issue
Block a user