fairseq2
fairseq2 copied to clipboard
Add RayClusterHandler to enable fairseq2 run on Ray
What does this PR do? Please describe: Allow fairseq2 to run inside ray cluster.
Does your PR introduce any breaking changes? If yes, please list them: List of all backwards-incompatible changes.
Check list:
- [N ] Was the content of this PR discussed and approved via a GitHub issue? (no need for typos or documentation improvements)
- [ Y] Did you read the contributor guideline?
- [ Y] Did you make sure that your PR does only one thing instead of bundling different changes together?
- [ Y] Did you make sure to update the documentation with your changes? (if necessary)
- [ Y] Did you write any new necessary tests?
- [ Y] Did you verify new and existing tests pass locally with your changes?
- [ N] Did you update the CHANGELOG? (no need for typos, documentation, or minor internal changes)
nice contribution ! can you add a simple integration test and some doc so everyone could start using this integration with Ray ?