Unverified Commit 2109afae authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

Rename the method test_torchscript (#16693)


Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent 40618ec2
...@@ -582,7 +582,7 @@ class ModelTesterMixin: ...@@ -582,7 +582,7 @@ class ModelTesterMixin:
) )
@slow @slow
def test_torchscript(self): def test_torchscript_simple(self):
config, inputs_dict = self.model_tester.prepare_config_and_inputs_for_common() config, inputs_dict = self.model_tester.prepare_config_and_inputs_for_common()
self._create_and_check_torchscript(config, inputs_dict) self._create_and_check_torchscript(config, inputs_dict)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment