We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4569c89 commit 68e3da7Copy full SHA for 68e3da7
1 file changed
deepspeed/launcher/multinode_runner.py
@@ -4,6 +4,7 @@
4
import subprocess
5
import warnings
6
from abc import ABC, abstractmethod
7
+from shlex import split
8
9
from ..utils import logger
10
from .constants import PDSH_MAX_FAN_OUT, MVAPICH_TMP_HOSTFILE
0 commit comments