Skip to content

Commit 12d9b95

Browse files
authored
Fix: change tooslow to slow (huggingface#14734)
Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
1 parent ca0b82b commit 12d9b95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_modeling_tf_vit.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
from transformers import ViTConfig
2424
from transformers.file_utils import cached_property, is_tf_available, is_vision_available
25-
from transformers.testing_utils import require_tf, require_vision, slow, tooslow
25+
from transformers.testing_utils import require_tf, require_vision, slow
2626

2727
from .test_configuration_common import ConfigTester
2828
from .test_modeling_tf_common import TFModelTesterMixin, floats_tensor, ids_tensor
@@ -200,7 +200,7 @@ def test_model(self):
200200

201201
# overwrite from common since `encoder_seq_length` and `encoder_key_length` are calculated
202202
# in a different way than in text models.
203-
@tooslow
203+
@slow
204204
def test_saved_model_creation_extended(self):
205205
config, inputs_dict = self.model_tester.prepare_config_and_inputs_for_common()
206206
config.output_hidden_states = True

0 commit comments

Comments
 (0)