You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

1) Install the deep learning frame you intend to use Horovod with e.g. pip3 install tensorflow

2) Run the command 

scl enable devtoolset-9 bash

3) Install Horovod with the correct bindings for your framework (these can be found at: https://horovod.readthedocs.io/en/stable/install_include.html) e.g. 

HOROVOD_WITH_TENSORFLOW=1 pip install horovod[tensorflow]
  • No labels