From 9f62081d107c72df8b55a21a6d4009fec563f349 Mon Sep 17 00:00:00 2001 From: shen_haochen Date: Mon, 25 Aug 2025 16:04:36 +0800 Subject: [PATCH] remove doc for MS_RECOVERY_PATH --- docs/mindspore/source_en/api_python/env_var_list.rst | 5 ----- docs/mindspore/source_zh_cn/api_python/env_var_list.rst | 5 ----- tutorials/source_en/parallel/dynamic_cluster.md | 7 ------- tutorials/source_zh_cn/parallel/dynamic_cluster.md | 7 ------- 4 files changed, 24 deletions(-) diff --git a/docs/mindspore/source_en/api_python/env_var_list.rst b/docs/mindspore/source_en/api_python/env_var_list.rst index b6f2c18b7e..6cc274fdaa 100644 --- a/docs/mindspore/source_en/api_python/env_var_list.rst +++ b/docs/mindspore/source_en/api_python/env_var_list.rst @@ -575,11 +575,6 @@ Distributed Parallel - Integer - 1 for on, 0 for off. The default is 0. - - * - MS_RECOVERY_PATH - - Persistent path folder. - - String - - Legal user directory. - - The Worker and Scheduler processes perform the necessary persistence during execution, such as node information for restoring the grouping and training the intermediate state of the service, and are saved via files. * - GROUP_INFO_FILE - Specify communication group information storage path - String diff --git a/docs/mindspore/source_zh_cn/api_python/env_var_list.rst b/docs/mindspore/source_zh_cn/api_python/env_var_list.rst index 7b6d8d6c24..523b5ad6ca 100644 --- a/docs/mindspore/source_zh_cn/api_python/env_var_list.rst +++ b/docs/mindspore/source_zh_cn/api_python/env_var_list.rst @@ -573,11 +573,6 @@ Dump调试 - Integer - 1代表开启,0代表关闭。默认为0。 - - * - MS_RECOVERY_PATH - - 持久化路径文件夹。 - - String - - 合法的用户目录。 - - Worker和Scheduler进程在执行过程中会进行必要的持久化,如用于恢复组网的节点信息以及训练业务中间状态等,并通过文件保存。 * - GROUP_INFO_FILE - 指定通信域信息存储路径 - String diff --git a/tutorials/source_en/parallel/dynamic_cluster.md b/tutorials/source_en/parallel/dynamic_cluster.md index 31c7a418dd..c0961e182f 100644 --- a/tutorials/source_en/parallel/dynamic_cluster.md +++ b/tutorials/source_en/parallel/dynamic_cluster.md @@ -93,13 +93,6 @@ The relevant environment variables: 1 for on, 0 for off. The default is 0. - - MS_RECOVERY_PATH - Persistent path folder. - String - Legal user directory. - The Worker and Scheduler processes perform the necessary persistence during execution, such as node information for restoring the networking and training the intermediate state of the service, and are saved via files. - MS_ENABLE_LCCL Whether to use LCCL as communication library. diff --git a/tutorials/source_zh_cn/parallel/dynamic_cluster.md b/tutorials/source_zh_cn/parallel/dynamic_cluster.md index 60c3383b6a..0b19e0be8f 100644 --- a/tutorials/source_zh_cn/parallel/dynamic_cluster.md +++ b/tutorials/source_zh_cn/parallel/dynamic_cluster.md @@ -93,13 +93,6 @@ MindSpore**动态组网**特性通过**复用Parameter Server模式训练架构* 1代表开启,0代表关闭。默认为0。 - - MS_RECOVERY_PATH - 持久化路径文件夹。 - String - 合法的用户目录。 - Worker和Scheduler进程在执行过程中会进行必要的持久化,如用于恢复组网的节点信息以及训练业务中间状态等,并通过文件保存。 - MS_ENABLE_LCCL 是否使用LCCL通信库。 -- Gitee