You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@singa.apache.org by ch...@apache.org on 2020/11/22 06:16:32 UTC

[singa-site] 34/47: update installation instructions

This is an automated email from the ASF dual-hosted git repository.

chrishkchris pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/singa-site.git

commit 7ec84ff97e39803fdad14e1edfc295f58586e327
Author: wang wei <wa...@gmail.com>
AuthorDate: Mon Oct 19 16:11:54 2020 +0800

    update installation instructions
---
 content/docs/next/installation.html       | 7 ++++---
 content/docs/next/installation/index.html | 7 ++++---
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/content/docs/next/installation.html b/content/docs/next/installation.html
index f1bae8b..baf3ca7 100644
--- a/content/docs/next/installation.html
+++ b/content/docs/next/installation.html
@@ -87,12 +87,13 @@ available SINGA packages.</li>
 
 Loading channels: done
 <span class="hljs-meta">#</span><span class="bash"> Name                       Version           Build  Channel</span>
-singa                      2.1.0.dev        cpu_py36  nusdbsystem
-singa                      2.1.0.dev        cpu_py37  nusdbsystem
+singa                      3.1.0.rc2        cpu_py36  nusdbsystem
+singa                      3.1.0.rc2 cudnn7.6.5_cuda10.2_py36  nusdbsystem
+singa                      3.1.0.rc2 cudnn7.6.5_cuda10.2_py37  nusdbsystem
 </code></pre>
 <!--- > Please note that using the nightly built images is not recommended except for SINGA development and testing. Using stable releases is recommended. -->
 <p>The following command installs a specific version of SINGA,</p>
-<pre><code class="hljs css language-shell"><span class="hljs-meta">$</span><span class="bash"> conda install -c nusdbsystem -c conda-forge singa=X.Y.Z.dev=cpu_py37</span>
+<pre><code class="hljs css language-shell"><span class="hljs-meta">$</span><span class="bash"> conda install -c nusdbsystem -c conda-forge singa=X.Y.Z=cpu_py36</span>
 </code></pre>
 <p>If there is no error message from</p>
 <pre><code class="hljs css language-shell"><span class="hljs-meta">$</span><span class="bash"> python -c <span class="hljs-string">"from singa import tensor"</span></span>
diff --git a/content/docs/next/installation/index.html b/content/docs/next/installation/index.html
index f1bae8b..baf3ca7 100644
--- a/content/docs/next/installation/index.html
+++ b/content/docs/next/installation/index.html
@@ -87,12 +87,13 @@ available SINGA packages.</li>
 
 Loading channels: done
 <span class="hljs-meta">#</span><span class="bash"> Name                       Version           Build  Channel</span>
-singa                      2.1.0.dev        cpu_py36  nusdbsystem
-singa                      2.1.0.dev        cpu_py37  nusdbsystem
+singa                      3.1.0.rc2        cpu_py36  nusdbsystem
+singa                      3.1.0.rc2 cudnn7.6.5_cuda10.2_py36  nusdbsystem
+singa                      3.1.0.rc2 cudnn7.6.5_cuda10.2_py37  nusdbsystem
 </code></pre>
 <!--- > Please note that using the nightly built images is not recommended except for SINGA development and testing. Using stable releases is recommended. -->
 <p>The following command installs a specific version of SINGA,</p>
-<pre><code class="hljs css language-shell"><span class="hljs-meta">$</span><span class="bash"> conda install -c nusdbsystem -c conda-forge singa=X.Y.Z.dev=cpu_py37</span>
+<pre><code class="hljs css language-shell"><span class="hljs-meta">$</span><span class="bash"> conda install -c nusdbsystem -c conda-forge singa=X.Y.Z=cpu_py36</span>
 </code></pre>
 <p>If there is no error message from</p>
 <pre><code class="hljs css language-shell"><span class="hljs-meta">$</span><span class="bash"> python -c <span class="hljs-string">"from singa import tensor"</span></span>