From 88bd18afb2fcfe845f1f07e7ef90faf6055924b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E6=94=80?= Date: Sun, 28 Sep 2025 16:24:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=B4=E6=97=B6=E4=B8=8B=E6=8E=89model=20cac?= =?UTF-8?q?he=E7=94=A8=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mindspore-lite/test/st/python/test_inference_cloud_nocofig.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mindspore-lite/test/st/python/test_inference_cloud_nocofig.py b/mindspore-lite/test/st/python/test_inference_cloud_nocofig.py index 9e19bbe9..f94a2dc7 100644 --- a/mindspore-lite/test/st/python/test_inference_cloud_nocofig.py +++ b/mindspore-lite/test/st/python/test_inference_cloud_nocofig.py @@ -139,7 +139,6 @@ if __name__ == '__main__': model_dir = sys.argv[1] backend = sys.argv[2] if backend == "Ascend": - test_graph_split_ascend(model_dir) test_model_group_inference_ascend(model_dir) test_model_invalid_dynamic_dims_error_ascend(model_dir) else: -- Gitee