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

Update git clone location to apache github #13706

Merged
merged 1 commit into from
Dec 21, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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