deepspeedai / deepspeedai/DeepSpeed
Support torch.compile
Open
@tohtana is already working on this.
Since Jan 25, 2024.
enhancement
- Dominant language
- Python
- Stars
- 43.1k
- Forks
- 5k
- Avg merge
- 4d 15h
- Merged PRs (30d)
- 112
Description
This issue aims to track the progress, bugs, and requests regarding the support of torch.compile.
@tjruwase
Tasks
- ZeRO3 support (#4878, we currently break the graph to make communication collectives work)
- Pipeline parallel support (#4677)
- Activation checkpointing with Megatron-DeepSpeed (https://github.com/microsoft/Megatron-DeepSpeed/pull/322)
- Pass HuggingFace CI tests
PRs
- #4878: The initial proposal of the official
torch.compilesupport
Issues
- #4677
- #3375
- #3032
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.