Skip to content

Commit

Permalink
Delete check of pdsh (#941)
Browse files Browse the repository at this point in the history
  • Loading branch information
tma15 authored Apr 13, 2021
1 parent 112ebff commit e6999eb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions deepspeed/launcher/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,9 +306,6 @@ def main(args=None):

multi_node_exec = len(active_resources) > 1

if multi_node_exec and not shutil.which('pdsh'):
raise RuntimeError("pdsh is not installed, unable to proceed")

if not multi_node_exec:
deepspeed_launch = [
sys.executable,
Expand Down

0 comments on commit e6999eb

Please sign in to comment.