You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I found some SLURM jobscripts written by some colleagues of mine setting up a DeepSpeed cluster by running a command like:
srun python -m deepspeed.launcher.launch \ --node_rank $SLURM_PROCID \ --master_addr ${SLURMD_NODENAME}i \ --master_port 29500 \ --world_info $WID \ my_python_script.py $MY_PYTHON_ARGS\ --deepspeed_mpi --deepspeed_config DS_config.jsonHowever, on the docs page I could not find this launch method. Rather, it is suggested to use the
deepspeedbuiltin CLI command (see here).Is the usage of
deepspeed.launcher.launchdeprecated or a bad practice?Please, consider that we are using SLURM.
Many thanks!
Beta Was this translation helpful? Give feedback.
All reactions