Delete unused --deepspeed_mpi command line argument (#4981)
I noticed this argument in my command-line arguments being added by
DeepSpeed, and turns out it being False by default has no effect. Since
it is not used anywhere, it's probably best to delete it.
Co-authored-by: Logan Adams <114770087+loadams@users.noreply.github.com>