Hi, I noticed you latest commit 6adc19a6448af03ac7cc61bf21d07ea3be7099f7 (Mar 8) made some modifications on pdsh.
For example, the L30 of deepspeed/launcher/runner.py is set as True.
Even if I run deepspeed on a single GPU, it requires me to install pdsh in my system, which is quite unfriendly to me.
So I set multi_node_exec as False to make sure I can run it on a multi-GPU one machine env.
Hi, I noticed you latest commit
6adc19a6448af03ac7cc61bf21d07ea3be7099f7(Mar 8) made some modifications on pdsh.For example, the L30 of deepspeed/launcher/runner.py is set as True.
Even if I run deepspeed on a single GPU, it requires me to install pdsh in my system, which is quite unfriendly to me.
So I set multi_node_exec as False to make sure I can run it on a multi-GPU one machine env.