Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 0 additions & 6 deletions gallery/how_to/work_with_relay/build_gcn.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,6 @@ def evaluate(data, logits):
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
Expand Down