mirror of
https://github.com/huggingface/transformers.git
synced 2025-08-02 11:11:05 +06:00
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:
parent
c7f3abc257
commit
a9dd124346
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user