samskalicky commented on issue #15613: [Discussion] 1.5.1 Patch Release URL: https://github.com/apache/incubator-mxnet/issues/15613#issuecomment-519570861 @wkcn that doesnt work for me: ``` ubuntu@ip-172-31-76-214:~$ git clone --recursive https://github.com/apache/incubator-mxnet.git mxnet2 Cloning into 'mxnet2'... ubuntu@ip-172-31-76-214:~/mxnet2$ git checkout v1.5.x M 3rdparty/dlpack M 3rdparty/dmlc-core M 3rdparty/mkldnn M 3rdparty/tvm Branch v1.5.x set up to track remote branch v1.5.x from origin. Switched to a new branch 'v1.5.x' ubuntu@ip-172-31-76-214:~/mxnet2$ cd 3rdparty/ ubuntu@ip-172-31-76-214:~/mxnet2/3rdparty$ ls ctc_include dlpack dmlc-core googletest mkldnn mshadow nvidia_cub onnx-tensorrt openmp ps-lite tvm ubuntu@ip-172-31-76-214:~/mxnet2/3rdparty$ ls mshadow/ ubuntu@ip-172-31-76-214:~/mxnet2/3rdparty$ rm -rf mshadow/ ubuntu@ip-172-31-76-214:~/mxnet2/3rdparty$ git pull Already up-to-date. ubuntu@ip-172-31-76-214:~/mxnet2/3rdparty$ ls ctc_include dlpack dmlc-core googletest mkldnn nvidia_cub onnx-tensorrt openmp ps-lite tvm ubuntu@ip-172-31-76-214:~/mxnet2/3rdparty$ git submodule update --recursive Submodule path 'dlpack': checked out '10892ac964f1af7c81aae145cd3fab78bbccd297' Submodule path 'dmlc-core': checked out '3943914eed66470bd010df581e29e4dca4f7df6f' Submodule path 'mkldnn': checked out '41bee20d7eb4a67feeeeb8d597b3598994eb1959' Submodule path 'tvm': checked out '21935dcbf56ad3bd66ebff9891a6bc3865b8106d' Submodule path 'tvm/3rdparty/dlpack': checked out '5c792cef3aee54ad8b7000111c9dc1797f327b59' Submodule path 'tvm/3rdparty/dmlc-core': checked out '82bf4c2e2af312b3d52513aa727483803a2f8734' ubuntu@ip-172-31-76-214:~/mxnet2/3rdparty$ ubuntu@ip-172-31-76-214:~/mxnet2/3rdparty$ ls ctc_include dlpack dmlc-core googletest mkldnn nvidia_cub onnx-tensorrt openmp ps-lite tvm ubuntu@ip-172-31-76-214:~/mxnet2/3rdparty$ ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
