From c733c5477ea5dde088f4402cb6f07d90689a7f66 Mon Sep 17 00:00:00 2001 From: tqchen Date: Sun, 22 Dec 2019 18:44:13 -0800 Subject: [PATCH] Remove nnvm --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6bb1da653564..5567170ea2b8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -57,7 +57,7 @@ tvm_multilib = "build/libtvm.so, " + "build/libvta_tsim.so, " + "build/libvta_fsim.so, " + "build/libtvm_topi.so, " + - "build/libnnvm_compiler.so, " + tvm_runtime + tvm_runtime // command to start a docker container docker_run = 'docker/bash.sh'