Can I run any deepspeed application with torch.distributed.run? #3887
Unanswered
mathewjacob1002
asked this question in
Q&A
Replies: 1 comment
-
The deepspeed launcher is a wrapper around torch.distributed.run that provides additional features. deepspeed launcher uses the deepspeed runtime, which some provides a number of optimizations like: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was interested in learning that, with deepspeed, you can use torch.distributed.run to run HuggingFace and Pytorch Lightning application with deepspeed optimizations. Is this also true for any arbitrary deepspeed application? Additionally, I was also curious as to what the differences were between the deepspeed launcher and using the torch.distribued.run launcher?
Thank you so much!
Beta Was this translation helpful? Give feedback.
All reactions