Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Update git clone location to apache github (#13706)
Browse files Browse the repository at this point in the history
  • Loading branch information
srochel authored and TaoLv committed Dec 21, 2018
1 parent 80ec46c commit 3044f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install/osx_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3044f8c

Please sign in to comment.