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 2020/10/19 01:13:54 UTC

[singa] branch master updated: change default python version to 3.6 to be compatible with colab

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

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


The following commit(s) were added to refs/heads/master by this push:
     new e486eea  change default python version to 3.6 to be compatible with colab
     new c6dc57f  Merge branch 'master' of github.com:apache/singa
e486eea is described below

commit e486eeae6bba66a79abe68788c5201d9e37a6cc3
Author: wang wei <wa...@gmail.com>
AuthorDate: Mon Oct 19 09:09:55 2020 +0800

    change default python version to 3.6 to be compatible with colab
---
 tool/conda/singa/conda_build_config.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tool/conda/singa/conda_build_config.yaml b/tool/conda/singa/conda_build_config.yaml
index 9ac45c0..ddef9d0 100644
--- a/tool/conda/singa/conda_build_config.yaml
+++ b/tool/conda/singa/conda_build_config.yaml
@@ -31,8 +31,8 @@ cudnn:                      # [linux]
 dnnl:
     - 1.1
 python:
-#    - 3.6
-    - 3.7
+    - 3.6
+#    - 3.7
 nccl:
     - 2.6.4.1               # [environ.get("CUDA")=="10.2"]
     - 2.4.8.1               # [environ.get("CUDA")=="10.0"]