[Speech models] Disable non-existing chunking in tests (#15163)
This commit is contained in:
committed by
GitHub
parent
669e3c50c9
commit
7a787c68c6
@@ -518,6 +518,10 @@ class UniSpeechRobustModelTest(ModelTesterMixin, unittest.TestCase):
|
||||
|
||||
self.assertEqual(logits.shape, (1, 1498, 32))
|
||||
|
||||
@unittest.skip(reason="Feed forward chunking is not implemented")
|
||||
def test_feed_forward_chunking(self):
|
||||
pass
|
||||
|
||||
@slow
|
||||
def test_model_from_pretrained(self):
|
||||
model = UniSpeechModel.from_pretrained("microsoft/unispeech-large-1500h-cv")
|
||||
|
||||
Reference in New Issue
Block a user