Update build and install docs#1106
Merged
gangliao merged 4 commits intoPaddlePaddle:developfrom Jan 11, 2017
Merged
Conversation
Contributor
|
需要结合下中文文档来完善build_from_source_cn.md么,这样等英文文档定稿后,可以安排人汉化。 |
Contributor
Author
|
中文那部分 感觉除了cblas那部分 其他都可以删掉了 |
Contributor
可以把cblas那部分加进英文版 |
gangliao
commented
Jan 10, 2017
| 1. **BLAS Dependencies(optional)** | ||
|
|
||
| To compile PaddlePaddle with python predict API, make sure swig installed and set `-DWITH_SWIG_PY=ON` as follows: | ||
| Paddle will find BLAS from system's default path. But you can specify MKL, OpenBLAS or ATLAS via `CBLAS_INC_DIR` and `CBLAS_LIBRARIES`. |
Contributor
Author
There was a problem hiding this comment.
稍微改一下, 之后还会改成默认自动,下载,编译openblas
Contributor
Author
|
@luotao1 done |
Contributor
|
中文的可以先别删,这样汉化的时候,可以少翻译一点。 |
Contributor
Author
|
build_from_source_cn.rst 删了,对照着英文的改就行了。其余都保留了。 |
Contributor
|
LGTM 请 @Xreki 再看下! |
Contributor
|
#1017 去掉了submodule,那么所有提到submodule的文档麻烦一并修改了吧。还有:
|
Contributor
Author
|
@Xreki 好的,把Docker相关的放下一个PR, 其余的我去掉一下。 |
zhhsplendid
pushed a commit
to zhhsplendid/Paddle
that referenced
this pull request
Sep 25, 2019
* flags classify and del releasenotes * update book 08-15
lizexu123
pushed a commit
to lizexu123/Paddle
that referenced
this pull request
Feb 23, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@Xreki @luotao1 After merging #1017, build and install docs should be modified.