Rename the method test_torchscript (#16693)
Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user