Rename the method test_torchscript (#16693)

Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
Yih-Dar
2022-04-11 18:21:45 +02:00
committed by GitHub
parent 40618ec29e
commit 2109afae71

View File

@@ -582,7 +582,7 @@ class ModelTesterMixin:
)
@slow
def test_torchscript(self):
def test_torchscript_simple(self):
config, inputs_dict = self.model_tester.prepare_config_and_inputs_for_common()
self._create_and_check_torchscript(config, inputs_dict)