Unverified Commit a9dd1243 authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

Rename `MobileViTModelTest` to `TFMobileViTModelTest` (#21825)

Let's give TF a bit more love 🙏

Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent c7f3abc2
...@@ -154,7 +154,7 @@ class TFMobileViTModelTester: ...@@ -154,7 +154,7 @@ class TFMobileViTModelTester:
@require_tf @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, 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. attention_mask and seq_length.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment