Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There are 3 ways of getting the source code for the release candidate

  1. Check out tag
    Method 1

    Code Block
    git clone --recursive https://github.com/apache/incubator-mxnet.git

    
    git checkout tags/<tag_name> -b <branch_name>


    Method 2

    Code Block
    git clone --recursive https://github.com/apache/incubator-mxnet.git --branch=<tag_name>


  2. Download the zip on Github Source page
    https://github.com/apache/incubator-mxnet/tags
  3. Download the distribution
    https://dist.apache.org/repos/dist/dev/incubator/mxnet/

...