!49833 transformer dynamic shape用例从level1改成level0

Merge pull request !49833 from zhangdong/zd_1
This commit is contained in:
i-robot 2023-03-08 06:22:15 +00:00 committed by Gitee
commit 4330cf5dad
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ def test_train_graph_mode_gpu():
assert np.allclose(graph_loss, expect_loss, 5e-3, 5e-3)
@pytest.mark.level1
@pytest.mark.level0
@pytest.mark.platform_x86_gpu_training
@pytest.mark.env_onecard
def test_train_pynative_mode_gpu():