Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 2a55cd7

Browse files
Vikas-kumanirudh2290
authored andcommitted
fixing test for model compatibility checker (#16159)
* fixing test for model compatibility checker * fake change
1 parent 692f49f commit 2a55cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/nightly/model_backwards_compatibility_check/JenkinsfileForMBCC

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
//
1919
//This is a Jenkinsfile for the model backwards compatibility checker. The format and some functions have been picked up from the top-level Jenkinsfile.
2020

21-
mx_lib = 'lib/libmxnet.so, lib/libmxnet.a, 3rdparty/dmlc-core/libdmlc.a, 3rdparty/tvm/nnvm/lib/libnnvm.a'
21+
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'
2222

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

0 commit comments

Comments
 (0)