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

mousius pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/main by this push:
     new 1d01e28  [CI] Update DGL in gpu image (#10111)
1d01e28 is described below

commit 1d01e288d185eb716db3dc1dd5467f8f14ba77ba
Author: Masahiro Masuda <[email protected]>
AuthorDate: Mon Jan 31 22:29:03 2022 +0900

    [CI] Update DGL in gpu image (#10111)
    
    * validating ci_gpu:20220128-070420-fa317edf7
    * remove gcn tutorial workaround
    * update ci-gpu image to v0.81
---
 Jenkinsfile                                 | 2 +-
 gallery/how_to/work_with_relay/build_gcn.py | 6 ------
 2 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index aa4b734..18fbfc6 100755
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -46,7 +46,7 @@ import org.jenkinsci.plugins.pipeline.modeldefinition.Utils
 
 // NOTE: these lines are scanned by docker/dev_common.sh. Please update the 
regex as needed. -->
 ci_lint = "tlcpack/ci-lint:v0.67"
-ci_gpu = "tlcpack/ci-gpu:v0.80"
+ci_gpu = "tlcpack/ci-gpu:v0.81"
 ci_cpu = "tlcpack/ci-cpu:v0.80"
 ci_wasm = "tlcpack/ci-wasm:v0.71"
 ci_i386 = "tlcpack/ci-i386:v0.74"
diff --git a/gallery/how_to/work_with_relay/build_gcn.py 
b/gallery/how_to/work_with_relay/build_gcn.py
index 4352088..d76baec 100644
--- a/gallery/how_to/work_with_relay/build_gcn.py
+++ b/gallery/how_to/work_with_relay/build_gcn.py
@@ -119,12 +119,6 @@ num_classes: int
     dimension of model output (Number of classes)
 """
 dataset = "cora"
-
-# Temporary disable running load_dataset(dataset) until the CI issue is 
resolved
-import sys
-
-sys.exit()
-
 g, data = load_dataset(dataset)
 
 num_layers = 1

Reply via email to