Remove nnvm (#4565)
authorTianqi Chen <tqchen@users.noreply.github.com>
Mon, 23 Dec 2019 04:52:33 +0000 (20:52 -0800)
committerGitHub <noreply@github.com>
Mon, 23 Dec 2019 04:52:33 +0000 (20:52 -0800)
Jenkinsfile

index 6bb1da6..5567170 100644 (file)
@@ -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'