Skip to content

Commit 245c5e0

Browse files
ydshiehelusenji
authored andcommitted
Rename the method test_torchscript (huggingface#16693)
Co-authored-by: ydshieh <[email protected]>
1 parent 61035b4 commit 245c5e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_modeling_common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ def test_attention_outputs(self):
582582
)
583583

584584
@slow
585-
def test_torchscript(self):
585+
def test_torchscript_simple(self):
586586
config, inputs_dict = self.model_tester.prepare_config_and_inputs_for_common()
587587
self._create_and_check_torchscript(config, inputs_dict)
588588

0 commit comments

Comments
 (0)