From f960a6c40398cfe1b96376153e81269c11787c63 Mon Sep 17 00:00:00 2001 From: yuchaojie Date: Mon, 20 Jul 2020 19:44:58 +0800 Subject: [PATCH] remove transformer st --- tests/st/model_zoo_tests/transformer/test_transformer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/st/model_zoo_tests/transformer/test_transformer.py b/tests/st/model_zoo_tests/transformer/test_transformer.py index d36c6d9dc..33fc98075 100644 --- a/tests/st/model_zoo_tests/transformer/test_transformer.py +++ b/tests/st/model_zoo_tests/transformer/test_transformer.py @@ -105,7 +105,7 @@ class TimeMonitor(Callback): self.epoch_mseconds_list.append(epoch_mseconds) self.per_step_mseconds_list.append(epoch_mseconds / self.data_size) -@pytest.mark.level0 +@pytest.mark.level1 @pytest.mark.platform_arm_ascend_training @pytest.mark.platform_x86_ascend_training @pytest.mark.env_onecard -- GitLab