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

Add missing object to JenkinsfileForMBCC #12108

Merged
merged 1 commit into from
Aug 9, 2018
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ core_logic: {
node(NODE_LINUX_CPU) {
ws('workspace/modelBackwardsCompat') {
utils.init_git()
unpack_lib('cpu', mx_lib)
utils.unpack_lib('cpu', mx_lib)
// Perform inference on the latest version of MXNet
utils.docker_run('ubuntu_nightly_cpu', 'nightly_model_backwards_compat_test', false)
}
Expand Down