Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

download latest command-line file #366

Merged
merged 4 commits into from
Aug 30, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions doc/tutorial_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@

`paddlecloud`是提交PaddlePaddleCloud分布式训练任务的命令行工具。

步骤1: 访问链接 https://github.com/PaddlePaddle/cloud/releases 根据操作系统下载最新的`paddlecloud`
二进制客户端,并把`paddlecloud`拷贝到环境变量$PATH中的路径下,比如:`/usr/local/bin`,然后增加可执行权限:
步骤1:下载`paddlecloud`客户端,并把`paddlecloud`拷贝到环境变量$PATH中的路径下,比如:`/usr/local/bin`,然后增加可执行权限:
`chmod +x /usr/local/bin/paddlecloud`

|操作系统|二进制版本|
-- | --
Mac OSX| paddlecloud.dawin
Windows| paddlecloud.exe
Linux | paddlecloud.x86_64
推荐优先从 https://github.com/PaddlePaddle/cloud/releases 下载最新release的版本,或者点击下面链接下载最新代码编译的alpha版本:

|操作系统|文件名称|最新版本二进制
-- | -- | --
Mac OSX| paddlecloud.darwin | [paddlecloud.darwin](http://guest:@paddleci.ngrok.io/repository/download/PaddleCloud_Client/.lastSuccessful/paddlecloud.darwin)
Windows| paddlecloud.exe | [paddlecloud.exe](http://guest:@paddleci.ngrok.io/repository/download/PaddleCloud_Client/.lastSuccessful/paddlecloud.exe)
Linux | paddlecloud.x86_64 | [paddlecloud.x86_64](http://guest:@paddleci.ngrok.io/repository/download/PaddleCloud_Client/.lastSuccessful/paddlecloud.darwin)

步骤2: 创建`~/.paddle/config`文件(windows系统创建当前用户目录下的`.paddle\config`文件),并写入下面内容,

Expand Down