Skip to content

Commit

Permalink
Rename MobileViTModelTest to TFMobileViTModelTest (huggingface#21825
Browse files Browse the repository at this point in the history
)

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

Co-authored-by: ydshieh <[email protected]>
  • Loading branch information
ydshieh and ydshieh authored Feb 28, 2023
1 parent c7f3abc commit a9dd124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/models/mobilevit/test_modeling_tf_mobilevit.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def prepare_config_and_inputs_for_common(self):


@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.
Expand Down

0 comments on commit a9dd124

Please sign in to comment.