[Speech models] Disable non-existing chunking in tests (#15163)
This commit is contained in:
committed by
GitHub
parent
669e3c50c9
commit
7a787c68c6
@@ -428,6 +428,10 @@ class SEWModelTest(ModelTesterMixin, unittest.TestCase):
|
||||
if hasattr(module, "masked_spec_embed") and module.masked_spec_embed is not None:
|
||||
module.masked_spec_embed.data.fill_(3)
|
||||
|
||||
@unittest.skip(reason="Feed forward chunking is not implemented")
|
||||
def test_feed_forward_chunking(self):
|
||||
pass
|
||||
|
||||
@slow
|
||||
def test_model_from_pretrained(self):
|
||||
model = SEWModel.from_pretrained("asapp/sew-tiny-100k")
|
||||
|
||||
Reference in New Issue
Block a user