diff --git a/docs/mindstudio/docs/source_zh_cn/feature/performance.md b/docs/mindstudio/docs/source_zh_cn/feature/performance.md index 2e4d457fd80fd1ff00eb649749a865b051ed514e..72d9963bdf2e9cd3b43cc859c0fd05d9498cc67c 100644 --- a/docs/mindstudio/docs/source_zh_cn/feature/performance.md +++ b/docs/mindstudio/docs/source_zh_cn/feature/performance.md @@ -1,5 +1,7 @@ # 性能调优 +[![查看源文件](https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/website-images/master/resource/_static/logo_source.svg)](https://gitee.com/mindspore/docs/blob/master/docs/mindstudio/docs/source_zh_cn/feature/performance.md) + diff --git a/docs/mindstudio/docs/source_zh_cn/feature/precision.md b/docs/mindstudio/docs/source_zh_cn/feature/precision.md index b351b83bcdaa47d2751c07e3a9bbeab93457656b..19f8e6c5bf08e799e2ca40fba32882c4ed707d7a 100644 --- a/docs/mindstudio/docs/source_zh_cn/feature/precision.md +++ b/docs/mindstudio/docs/source_zh_cn/feature/precision.md @@ -1,5 +1,7 @@ # 精度调试 +[![查看源文件](https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/website-images/master/resource/_static/logo_source.svg)](https://gitee.com/mindspore/docs/blob/master/docs/mindstudio/docs/source_zh_cn/feature/precision.md) +
工具
diff --git a/docs/mindstudio/docs/source_zh_cn/guide/get_start.md b/docs/mindstudio/docs/source_zh_cn/guide/get_start.md index c805d1f2f84928dde7d740e0ff0761280c9552c6..70035352f884971d93fabbea87459dac3c2133a7 100644 --- a/docs/mindstudio/docs/source_zh_cn/guide/get_start.md +++ b/docs/mindstudio/docs/source_zh_cn/guide/get_start.md @@ -1,3 +1,5 @@ # 全流程调试调优工具使用指南 +[![查看源文件](https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/website-images/master/resource/_static/logo_source.svg)](https://gitee.com/mindspore/docs/blob/master/docs/mindstudio/docs/source_zh_cn/guide/get_start.md) + 为方便开发者快速上手使用调试调优工具,[工具快速入门指南 - 待补充](xxxx,ascend官网的MindSpore入门指导链接)以ResNet50模型为例介绍了精度调试、性能调优过程中工具常用功能的用法,包含使用msprobe工具进行训练前配置检查、训练状态监控、精度数据采集和比对、精度预检,使用Profiler进行性能数据采集,使用msprof-analyze和MindStudio Insight工具进行性能分析等。 diff --git a/docs/mindstudio/docs/source_zh_cn/guide/large_model.md b/docs/mindstudio/docs/source_zh_cn/guide/large_model.md index 69e56cb2a9d814aeac36c71324141e045b799bd0..128007d32483199af83641efec562d61bc804f65 100644 --- a/docs/mindstudio/docs/source_zh_cn/guide/large_model.md +++ b/docs/mindstudio/docs/source_zh_cn/guide/large_model.md @@ -1,5 +1,7 @@ # 大模型调试调优指南 +[![查看源文件](https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/website-images/master/resource/_static/logo_source.svg)](https://gitee.com/mindspore/docs/blob/master/docs/mindstudio/docs/source_zh_cn/guide/large_model.md) + ## 基于MindSpore TransFormers大模型套件的调试调优指南 [MindSpore TransFormers](https://www.mindspore.cn/mindformers/docs/zh-CN/master/index.html)是MindSpore提供的包含大模型预训练、微调、推理、部署的全流程开发套件,也是MindSpore当前常用的大模型开发套件。 diff --git a/docs/mindstudio/docs/source_zh_cn/index.rst b/docs/mindstudio/docs/source_zh_cn/index.rst index 6445389a1f27c6c5be902f721d89c77d9fb9935b..158ea4c0c65758fff0e530f6a2885b0b9ad5158b 100644 --- a/docs/mindstudio/docs/source_zh_cn/index.rst +++ b/docs/mindstudio/docs/source_zh_cn/index.rst @@ -9,14 +9,6 @@ MindStudio是面向AI开发者提供的全流程工具链,提供了精度、 代码仓地址: -.. toctree:: - :glob: - :maxdepth: 1 - :caption: 工具概览与安装 - :hidden: - - overview - .. toctree:: :glob: :maxdepth: 1 @@ -42,3 +34,48 @@ MindStudio是面向AI开发者提供的全流程工具链,提供了精度、 guide/large_model +调试调优工具概览与安装说明 +-------------------------------- + +.. raw:: html + +
工具
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
类型名称简介安装指南
精度调试msprobe提供精度数据采集、精度预检、精度比对和溢出检测等精度调试功能。安装msprobe
DumpMindSpore框架内置的精度数据采集工具。安装MindSpore
性能调优ProfilerMindSpore框架内置的性能数据采集、分析工具。安装MindSpore
msprof-anaylze为采集的性能数据提供统计、分析、专家建议等功能。安装msprof-anaylze
msleaks用于模型训内存问题定位,提供Step内和Step间的内存异常检测能力,包括Step内内存泄漏分析和Step间内存对比分析。CANN包提供的命令行工具,需安装MindSpore配套CANN包和CANN包下的Toolkit软件包,并按照教程使能环境变量。安装CANN包
安装Toolkit软件包
MindStudio Insight可视化性能调优工具,提供时间线视图、算子耗时、通信瓶颈分析等功能,辅助快速分析模型性能瓶颈。安装MindStudio Insight
查询版本配套关系
\ No newline at end of file diff --git a/docs/mindstudio/docs/source_zh_cn/overview.md b/docs/mindstudio/docs/source_zh_cn/overview.md deleted file mode 100644 index b48b10097f36f0b274e223ba6a63f6fe9a062500..0000000000000000000000000000000000000000 --- a/docs/mindstudio/docs/source_zh_cn/overview.md +++ /dev/null @@ -1,42 +0,0 @@ -# 调试调优工具概览与安装说明 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
类型名称简介安装指南
精度调试msprobe提供精度数据采集、精度预检、精度比对和溢出检测等精度调试功能。安装msprobe
DumpMindSpore框架内置的精度数据采集工具。安装MindSpore
性能调优ProfilerMindSpore框架内置的性能数据采集、分析工具。安装MindSpore
msprof-anaylze为采集的性能数据提供统计、分析、专家建议等功能。安装msprof-anaylze
msleaks用于模型训内存问题定位,提供Step内和Step间的内存异常检测能力,包括Step内内存泄漏分析和Step间内存对比分析。CANN包提供的命令行工具,需安装MindSpore配套CANN包和CANN包下的Toolkit软件包,并按照教程使能环境变量。安装CANN包
安装Toolkit软件包
MindStudio Insight可视化性能调优工具,提供时间线视图、算子耗时、通信瓶颈分析等功能,辅助快速分析模型性能瓶颈。安装MindStudio Insight
查询版本配套关系
diff --git a/docs/mindstudio/docs/source_zh_cn/version/mindstudio_insight.md b/docs/mindstudio/docs/source_zh_cn/version/mindstudio_insight.md index 1fe3612b274203139e15d5f58bdd9191b89c29a6..47f60502909a2cea1ba2241a48909b3a68f62138 100644 --- a/docs/mindstudio/docs/source_zh_cn/version/mindstudio_insight.md +++ b/docs/mindstudio/docs/source_zh_cn/version/mindstudio_insight.md @@ -1,5 +1,7 @@ # MindStudio Insight与MindSpore版本配套 +[![查看源文件](https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/website-images/master/resource/_static/logo_source.svg)](https://gitee.com/mindspore/docs/blob/master/docs/mindstudio/docs/source_zh_cn/version/mindstudio_insight.md) + MindStudio Insight可视化工具,需要与采集性能数据时使用的MindSpore版本配套。 当前最新MindStudio Insight版本xxxx(待补充):