Skip to content

Commit 68e3da7

Browse files
committed
Add shlex
1 parent 4569c89 commit 68e3da7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

deepspeed/launcher/multinode_runner.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
import subprocess
55
import warnings
66
from abc import ABC, abstractmethod
7+
from shlex import split
78

89
from ..utils import logger
910
from .constants import PDSH_MAX_FAN_OUT, MVAPICH_TMP_HOSTFILE

0 commit comments

Comments
 (0)