Skip to content

Instantly share code, notes, and snippets.

@himaprasoonpt
Created February 14, 2021 05:52
Show Gist options
  • Save himaprasoonpt/45f007710cdd31cc7966f792518417d0 to your computer and use it in GitHub Desktop.
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
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