From 2109afae710f7eb3b33056e61ade09b2dba8cfc4 Mon Sep 17 00:00:00 2001 From: Yih-Dar <2521628+ydshieh@users.noreply.github.com> Date: Mon, 11 Apr 2022 18:21:45 +0200 Subject: [PATCH] Rename the method test_torchscript (#16693) Co-authored-by: ydshieh --- tests/test_modeling_common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_modeling_common.py b/tests/test_modeling_common.py index d256bcd10e..752659248d 100755 --- a/tests/test_modeling_common.py +++ b/tests/test_modeling_common.py @@ -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)