Created
February 14, 2021 05:52
-
-
Save himaprasoonpt/45f007710cdd31cc7966f792518417d0 to your computer and use it in GitHub Desktop.
How to setup horovod with tensorflow on mac os catalina 10.15.5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HOMEBREW_NO_AUTO_UPDATE=1 brew install openmpi | |
HOMEBREW_NO_AUTO_UPDATE=1 brew install cmake | |
HOMEBREW_NO_AUTO_UPDATE=1 brew install libuv | |
HOROVOD_WITH_MPI=1 pip3 install horovod |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment