-
Notifications
You must be signed in to change notification settings - Fork 976
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added a MultiCPU SLURM example using Accelerate Launch and MPIRun #2902
Conversation
Co-authored-by: Dina Suehiro Jones <[email protected]>
Added a MultiCPU SLURM example using Accelerate Launch and MPIRun
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Overall LG2M, bar one nit
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
Added back accidentally removed line
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
What does this PR do?
This PR adds a multicpu SLURM example in the
examples/slurm
folder using Accelerate and MPIRun. This script can run a multicpu SLURM training example on thecomplete_nlp_example.py
script.This PR also fixes a minor typo in all other SLURM example .sh scripts regarding activating the environment.
Before submitting
Pull Request section?
to it if that's the case.
documentation guidelines, and
here are tips on formatting docstrings.
Who can review?
Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
members/contributors who may be interested in your PR.