Versions Compared

Key

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

...

# Build MXNet (-j8 => use 8 threads to compile and build)
# Optimal number of threads is typically the number of cores available on your Mac. To get the number of cores available, use this command: "sysctl -n hw.ncpu"
make -j8 

To clean any previous build, use:

...