You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/08/17 20:00:44 UTC

[GitHub] thomelane commented on issue #11880: How to compile the old version, like 0.7.0, from source file?

thomelane commented on issue #11880: How to compile the old version, like 0.7.0, from source file?
URL: https://github.com/apache/incubator-mxnet/issues/11880#issuecomment-413973564
 
 
   @iamweiweishi @rahul003 yes, this works for me too for building MXNet at a specific commit in the past:
   
   ```
   git clone --recursive https://github.com/apache/incubator-mxnet
   cd incubator-mxnet/
   git checkout [YOUR_COMMIT_SHA_HERE]
   git submodule update --recursive --init
   make -j $(nproc) USE_OPENCV=1 USE_BLAS=openblas USE_CUDA=1 USE_CUDA_PATH=/usr/local/cuda USE_CUDNN=1
   ```
   
   @sandeep-krishnamurthy should be good to close, thanks!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services