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 b6f2c18b7ed98e2452df97513fa86a818242ed31..6cc274fdaa04bd912980c543aaebd1a8d3c5225d 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 7b6d8d6c2415c87f407096c4ce4244e79976c039..523b5ad6caff25c2d4b229f53e0ae57b3ec6f080 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 31c7a418dd6e042a641ec77251f676047b5d98cd..c0961e182f229bac3a65f22c588e4ef335e83657 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 60c3383b6a3922a244d081f1e1b10a223c45db6b..0b19e0be8f8a44e485ccc32ac62aaf7e07845a9e 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通信库。