Versions Compared

Key

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

...

    • Download the package that was just uploaded to svn as above. 
    • Test that a build is successful - spinning up a deep learning Ubuntu AMI will give you an environment with all dependencies to build. A `make -j $(nproc) USE_OPENCV=1 USE_BLAS=openblas USE_CUDA=1 USE_CUDA_PATH=/usr/local/cuda USE_CUDNN=1` should do.
    • if Possible, run a simple (mnist) test to verify the src.

Step 1.12.

...

 MXNet-Scala Release Process

The following flags are used to build the MXNet Backend(derived from mxnet pip flags)

FLAGSMXNet-Scala OSX

MXNet-Scala Linux CPU

MXNet-Scala Linux GPU
USE_BLASopenblasblas 
USE_LAPACK11 
USE_OPENCV11 
USE_S311 
USE_DIST_KVSTORE11 
USE_SIGNAL_HANDLER11 
USE_OPENMP 11

USE_CUDNN

 01
USE_NCCL 01

 

Setup Your Development Environment to build a maven package

https://www.apache.org/dev/publishing-maven-artifacts.html#dev-env

 

 

2. Running the voting process for a release:

Step 2.1. Vote on dev@ 

The full voting process is two phases: 3 days on dev@mxnet.apache.org, 3 days on http://general@incubator.apache.org.

...

EMAIL TEMPLATE: OPENING A VOTE TO DEV@

To: dev@mxnet.apache.org
Subject: [VOTE] Release MXNet version 0.11.0.RC#
 
This is the vote to release Apache MXNet (incubating) version 0.11.0. Voting will start now and close $utc_now+72.
Link to release notes: <Link>
Link to release candidate 0.11.0.rc0: <Link>
Link to scala packages on the staging repo: <Link>

 

Please remember to TEST first before voting accordingly:
+1 = approve
+0 = no opinion
-1 = disapprove (provide reason)

...