From 97549817887a78b51f9e0bc7166c4a6fdf890349 Mon Sep 17 00:00:00 2001 From: zengjice Date: Thu, 24 Sep 2020 15:03:41 +0800 Subject: [PATCH] modify standalone deploy doc --- .../doc/Fate-standalone_deployment_guide_zh.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/standalone-deploy/doc/Fate-standalone_deployment_guide_zh.md b/standalone-deploy/doc/Fate-standalone_deployment_guide_zh.md index e79046e157..c6fa12ff0a 100644 --- a/standalone-deploy/doc/Fate-standalone_deployment_guide_zh.md +++ b/standalone-deploy/doc/Fate-standalone_deployment_guide_zh.md @@ -21,11 +21,11 @@ ``` #获取安装包 - wget https://webank-ai-1251170195.cos.ap-guangzhou.myqcloud.com/docker_standalone-fate-1.4.4.tar.gz - tar -xzvf docker_standalone-fate-1.4.4.tar.gz + wget https://webank-ai-1251170195.cos.ap-guangzhou.myqcloud.com/docker_standalone-fate-1.4.5.tar.gz + tar -xzvf docker_standalone-fate-1.4.5.tar.gz #执行部署 - cd docker_standalone-fate-1.4.4 + cd docker_standalone-fate-1.4.5 bash install_standalone_docker.sh ``` @@ -80,14 +80,14 @@ 2. 下载独立版本的压缩包并解压缩。 ``` - wget https://webank-ai-1251170195.cos.ap-guangzhou.myqcloud.com/standalone-fate-master-1.4.4.tar.gz - tar -xzvf standalone-fate-master-1.4.4.tar.gz + wget https://webank-ai-1251170195.cos.ap-guangzhou.myqcloud.com/standalone-fate-master-1.4.5.tar.gz + tar -xzvf standalone-fate-master-1.4.5.tar.gz ``` 3. 进入FATE目录并执行init.sh。 ``` - cd standalone-fate-master-1.4.4 + cd standalone-fate-master-1.4.5 source init.sh init ``` @@ -96,7 +96,7 @@ - 单元测试 ``` - cd standalone-fate-master-1.4.4 + cd standalone-fate-master-1.4.5 bash ./federatedml/test/run_test.sh ``` @@ -109,7 +109,7 @@ - Toy测试 ``` - cd standalone-fate-master-1.4.4 + cd standalone-fate-master-1.4.5 python ./examples/toy_example/run_toy_example.py 10000 10000 0 ```