How to install horovod? #1564
Unanswered
McAlexDudu
asked this question in
Q&A
Replies: 2 comments
-
my cmake=3.20, gcc=5.50 |
Beta Was this translation helpful? Give feedback.
0 replies
-
sorry, I have solve it |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, when dp train, I found
"WARNING:deepmd.train.run_options:Switch to serial execution due to lack of horovod module."
so I decide to "pip install horovod" and got wrong:
"subprocess.CalledProcessError: Command '['cmake', '--build', '.', '--config', 'RelWithDebInfo', '--', '-j8', 'VERBOSE=1']' returned non-zero exit status 2."
I want to know if the horovod would help speed up the training, since I saw just one cpu and 2600%(OMP_NUM_THREADS=26), and how to install it properly.
Beta Was this translation helpful? Give feedback.
All reactions