JiabinYang
4af5d3e3d3
fix the paddle script causes 'command not found' error'
7 years ago
Xi Chen
f4925755db
fix submit_local's paddle pip name issue
7 years ago
tensor-tang
74c5e7c52d
enbale auto set env of V1 on Mac
7 years ago
Luo Tao
929d22c622
auto set openblas env
7 years ago
tensor-tang
33b5382efc
auto set openblas env
7 years ago
Luo Tao
49065affba
remove unused usage_stat script
7 years ago
tensor-tang
f4f17e539b
skip mkl setting in v1 with Mac
7 years ago
tensor-tang
363f690d79
expose only one WITH_MKL to user, covering WITH_MKLDNN and WITH_MKLML
7 years ago
tensor-tang
6337007ef5
add echo the result as comment
7 years ago
tensor-tang
a6f5f6efb6
at least set threads number as 1, in case trainers number is larger than processors
7 years ago
tensor-tang
4fbba65626
auto set cpu env when mkldnn or mklml enabled for V1 API
7 years ago
tensor-tang
0a37f2adf0
fix typo
8 years ago
Yancey
0f8688192c
Fix invalid paddle binary file path ( #3421 )
...
Fix invalid paddle executable file path with pip install
8 years ago
tensor-tang
6f045f9a04
add mkl shared lib into whl
8 years ago
武毅
36ac89b9c4
Put everything in paddle python wheel package enable pip install paddle ( #3102 )
...
* put everything in paddle wheel
* update
* update
* fix unitest
* with platform specs
8 years ago
xuwei06
7e29901ab2
Avoid relink executables when cmake files are changed
...
In the original util.cmake. enable_virtualenv.c is always regenerated when cmake files are changed, which leads to the relinking of all the targets depends on paddle_utils.
8 years ago
qiaolongfei
49cc06285f
remove WITH_PREDICT_SDK
8 years ago
Luo Tao
137d2cb24f
remove with_metric_learning
8 years ago
Helin Wang
cebc13a37c
fix paddle pip install package version
8 years ago
zhouyingfeng
7193cbf119
rename "feedback.sh" into "usage.sh", and fix the code style error in this file.
8 years ago
zhouyingfeng
8869082351
add usage collection for demo
...
Add a `paddle usage` command to support collecting demo usage.
8 years ago
liaogang
ae174b33c0
Remove WITH_GLOG and WITH_GFLAGS in cmake
8 years ago
Yu Yang
1d8d957322
Add `set -e` for paddle boot up script.
...
* error when paddle has a wrong version number.
8 years ago
Yu Yang
7b1d3c77c8
Refine ver2num function, add comments
8 years ago
Yu Yang
5b1ba87320
Add version check for paddle
8 years ago
emailweixu
9f9b4afcdb
install the right python package version ( #326 )
...
For multiple installation of paddle, there might be multiple versions of python package at opt/paddle/share/wheels/. We should install the right version.
Ideally, we should remove the wrong versions when install. But it's not easy to do this with cmake.
Change-Id: Ida8a8d60643ad9e42cf1c85776de9122d5ba1392
9 years ago
Yu Yang
b76682c5e3
Exit when pip install failed
9 years ago
Yu Yang
7cf8e0c9e6
Lazy install Paddle wheels
...
* install wheels when invoke paddle script if current python don't
have paddle packages, or installed a previous version.
* Also add `make install` to travis
9 years ago
zhangjinchao01
b72beee4f0
fix dash and space bug,
...
ISSUE=4586495
git-svn-id: https://svn.baidu.com/idl/trunk/paddle@1408 1ad973e4-5ce8-4261-8a94-b56d1f490c56
9 years ago