From 3044f8c75e5a190068dafc512a71b48f7d142944 Mon Sep 17 00:00:00 2001 From: Steffen Rochel Date: Fri, 21 Dec 2018 06:17:11 -0800 Subject: [PATCH] Update git clone location to apache github (#13706) --- docs/install/osx_setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/osx_setup.md b/docs/install/osx_setup.md index a2b59fe03618..95efb75abc25 100644 --- a/docs/install/osx_setup.md +++ b/docs/install/osx_setup.md @@ -83,7 +83,7 @@ After you have installed the dependencies, pull the MXNet source code from Git a The file called ```osx.mk``` has the configuration required for building MXNet on OS X. First copy ```make/osx.mk``` into ```config.mk```, which is used by the ```make``` command: ```bash - git clone --recursive https://github.com/dmlc/mxnet ~/mxnet + git clone --recursive https://github.com/apache/incubator-mxnet ~/mxnet cd ~/mxnet cp make/osx.mk ./config.mk echo "USE_BLAS = openblas" >> ./config.mk