Skip to content

Commit

Permalink
fix 'test_resize_embeddings'
Browse files Browse the repository at this point in the history
  • Loading branch information
KB-Ding authored May 12, 2023
1 parent aeb3a42 commit 4739901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/transformers/convbert/test_modeling.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ def prepare_config_and_inputs_for_common(self):
],
)
class ConvBertModelTest(ModelTesterMixin, unittest.TestCase):
test_resize_embeddings: bool = True
test_resize_embeddings: bool = False
base_model_class = ConvBertModel
return_dict: bool = False
use_labels: bool = False
Expand Down

0 comments on commit 4739901

Please sign in to comment.