## Description It appears the nnvm submodule commit is no longer valid. ## Steps to reproduce ``` git clone --recursive --single-branch -b 1.2.1 https://github.com/apache/incubator-mxnet incubator-mxnet ```
Results in: ``` error: no such remote ref fdba6cc9bd3bec9ccd0592fa3900b7fe25d6cb97 Fetched in submodule path '3rdparty/nnvm/tvm', but it did not contain fdba6cc9bd3bec9ccd0592fa3900b7fe25d6cb97. Direct fetching of that commit failed. ``` ## What have you tried to solve it? I noticed that https://github.com/apache/incubator-mxnet/commit/8e4aeee6f0021d0c5a90fac0bda4631eac03e1cc fixes this issue in `master`. Can we backdate it to the 1.2.1 release? I'd like to build the stable version instead of `master`. [ Full content available at: https://github.com/apache/incubator-mxnet/issues/12464 ] This message was relayed via gitbox.apache.org for [email protected]
