You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@singa.apache.org by wa...@apache.org on 2018/07/30 10:18:11 UTC

[1/2] incubator-singa git commit: modify the command for conda-build

Repository: incubator-singa
Updated Branches:
  refs/heads/master 08a232f4a -> da1e2b14f


modify the command for conda-build

Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/2cd08c49
Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/2cd08c49
Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/2cd08c49

Branch: refs/heads/master
Commit: 2cd08c494afc4c9e8a4321f3b964591269267db4
Parents: 870c5df
Author: Wentao Huang <we...@ruc.edu.cn>
Authored: Mon Jul 23 15:22:05 2018 +0800
Committer: GitHub <no...@github.com>
Committed: Mon Jul 23 15:22:05 2018 +0800

----------------------------------------------------------------------
 doc/en/docs/installation.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/2cd08c49/doc/en/docs/installation.md
----------------------------------------------------------------------
diff --git a/doc/en/docs/installation.md b/doc/en/docs/installation.md
index 7d3ac48..c9bd17f 100755
--- a/doc/en/docs/installation.md
+++ b/doc/en/docs/installation.md
@@ -56,7 +56,7 @@ To install conda-build (after installing miniconda)
 To build the CPU version of SINGA
 
     export BUILD_STR=cpu
-    conda build tool/conda/singa/ --python3.6 (or --python2.7)
+    conda build tool/conda/singa/ --python 3.6 (or --python 2.7)
 
 The above commands have been tested on Ubuntu 16.04 and Mac OSX.
 Refer to the [Travis-CI page](https://travis-ci.org/apache/incubator-singa) for more information.
@@ -66,7 +66,7 @@ To build the GPU version of SINGA
 
     export BUILD_STR=cudax.y-cudnna.b.c (e.g. cuda9.0-cudnn7.1.2)
     export CUDNN_PATH=<path to cudnn folder>
-    conda build tool/conda/singa/ --python3.6 (or --python2.7)
+    conda build tool/conda/singa/ --python 3.6 (or --python 2.7)
 
 The commands for building on GPU platforms have been tested on Ubuntu 16.04 (cuDNN>=7 and CUDA>=9).
 [Nvidia's Docker image](https://hub.docker.com/r/nvidia/cuda/) provides the building


[2/2] incubator-singa git commit: Merge branch 'pr404'

Posted by wa...@apache.org.
Merge branch 'pr404'


Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/da1e2b14
Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/da1e2b14
Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/da1e2b14

Branch: refs/heads/master
Commit: da1e2b14f5429661e6546303c7e0904db274f69b
Parents: 08a232f 2cd08c4
Author: Wang Wei <wa...@gmail.com>
Authored: Mon Jul 30 18:17:55 2018 +0800
Committer: Wang Wei <wa...@gmail.com>
Committed: Mon Jul 30 18:17:55 2018 +0800

----------------------------------------------------------------------
 doc/en/docs/installation.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------