mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00
Rename the method test_torchscript (#16693)
Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
parent
40618ec29e
commit
2109afae71
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user