Skip to content

Commit

Permalink
fixing test for model compatibility checker (apache#16159)
Browse files Browse the repository at this point in the history
* fixing test for model compatibility checker

* fake change
  • Loading branch information
Vikas-kum authored and larroy committed Sep 28, 2019
1 parent c949cb8 commit b897553
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
//
//This is a Jenkinsfile for the model backwards compatibility checker. The format and some functions have been picked up from the top-level Jenkinsfile.

mx_lib = 'lib/libmxnet.so, lib/libmxnet.a, 3rdparty/dmlc-core/libdmlc.a, 3rdparty/tvm/nnvm/lib/libnnvm.a'
mx_lib = 'lib/libmxnet.so, lib/libmxnet.a, lib/libtvm_runtime.so,lib/libtvmop.so, 3rdparty/dmlc-core/libdmlc.a, 3rdparty/tvm/nnvm/lib/libnnvm.a'

node('restricted-utility') {
// Loading the utilities requires a node context unfortunately
Expand Down

0 comments on commit b897553

Please sign in to comment.