Rename MobileViTModelTest to TFMobileViTModelTest (#21825)

Let's give TF a bit more love ❤️ 🙏

Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
Yih-Dar
2023-02-28 08:10:29 +01:00
committed by GitHub
parent c7f3abc257
commit a9dd124346

View File

@@ -154,7 +154,7 @@ class TFMobileViTModelTester:
@require_tf
class MobileViTModelTest(TFModelTesterMixin, unittest.TestCase):
class TFMobileViTModelTest(TFModelTesterMixin, unittest.TestCase):
"""
Here we also overwrite some of the tests of test_modeling_common.py, as MobileViT does not use input_ids, inputs_embeds,
attention_mask and seq_length.