From 6b6c3419fb87777ae55828d308959359437bb877 Mon Sep 17 00:00:00 2001 From: peizhilin Date: Fri, 29 Mar 2019 16:45:22 +0800 Subject: [PATCH] remove the useless requirement --- .../howto/training/deploy_ctr_on_baidu_cloud_cn.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/fluid/user_guides/howto/training/deploy_ctr_on_baidu_cloud_cn.rst b/doc/fluid/user_guides/howto/training/deploy_ctr_on_baidu_cloud_cn.rst index f828769d4..23c11da19 100644 --- a/doc/fluid/user_guides/howto/training/deploy_ctr_on_baidu_cloud_cn.rst +++ b/doc/fluid/user_guides/howto/training/deploy_ctr_on_baidu_cloud_cn.rst @@ -15,10 +15,6 @@ Fluid支持数据并行的分布式训练,也支持基于Kubernetes的分布 集群配置需要满足如下要求 -- 集群名称定义为 ``default`` - - + 集群名称对后续操作有影响,如果用其它名称,请修改后面步骤的集群名字,使其保持一致 - - CPU核数 > 4 示例图 -- GitLab