Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
resolve KeyError: 'PDSH_SSH_ARGS_APPEND' (#5318)
when start job with `deepspeed --hostfile hostfile --master_addr $MASTER_IP --ssh_port 20023 src/train_bash.py ` get error: KeyError: 'PDSH_SSH_ARGS_APPEND' in https://github.com/microsoft/DeepSpeed/blob/master/deepspeed/launcher/multinode_runner.py#L77 because PDSH_SSH_ARGS_APPEND not in environment. --------- Co-authored-by: Logan Adams <[email protected]>
- Loading branch information