From f60ed6b72820edafb1b5af8a207a3ae56c1abee7 Mon Sep 17 00:00:00 2001 From: pxp1 <958876660@qq.com> Date: Wed, 23 Jul 2025 16:44:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9config=20check=E8=B5=84?= =?UTF-8?q?=E6=96=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debug/accuracy_tools/msprobe/docs/31.config_check.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug/accuracy_tools/msprobe/docs/31.config_check.md b/debug/accuracy_tools/msprobe/docs/31.config_check.md index 9c77cfa85c..4969377ce4 100644 --- a/debug/accuracy_tools/msprobe/docs/31.config_check.md +++ b/debug/accuracy_tools/msprobe/docs/31.config_check.md @@ -81,7 +81,7 @@ msprobe -f pytorch config_check -c bench_zip_path cmp_zip_path -o output_path -c或--compare 表示compare,数据对比,有两个参数。其中**bench_zip_path** 为标杆侧采集到的数据, **cmp_zip_path** 为待对比侧采集到的数据。 -**output_path 会被删掉再新建**,不传默认为"./config_check_result", 在 **output_path** 里会生成2个目录和1个文件: +**output_path 里原有的比对结果会被覆盖**,不传默认为"./config_check_result", 在 **output_path** 里会生成2个目录和1个文件: - bench:bench_zip_path里打包的数据。 - cmp:cmp_zip_path里打包的数据。 - result.xlsx:比对结果。里面会有多个sheet页,其中**summary**总览通过情况,其余页是具体检查项的详情。其中step为micro_step。 -- Gitee