Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
deepspeed
Commits
2e6692c8
Unverified
Commit
2e6692c8
authored
Mar 09, 2021
by
Jeff Rasley
Committed by
GitHub
Mar 09, 2021
Browse files
Fix regression in runner (#843)
parent
49496364
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
deepspeed/launcher/runner.py
deepspeed/launcher/runner.py
+1
-1
No files found.
deepspeed/launcher/runner.py
View file @
2e6692c8
...
...
@@ -304,7 +304,7 @@ def main(args=None):
# encode world info as base64 to make it easier to pass via command line
world_info_base64
=
encode_world_info
(
active_resources
)
multi_node_exec
=
True
#
len(active_resources) > 1
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"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment