Deprecate `DistContext`
Open
enhancement
- Dominant language
- Python
- Stars
- 85
- Forks
- 19
- Avg merge
- 4d 10h
- Merged PRs (30d)
- 6
Description
We should fully deprecate our use of `DistContext` and fully rely on the distributed process groups to pass around ranks/world_sizes in our dataloader, training, and inference code. This is making our Dataloaders more complicated than necessary and blocking some simplification of other APIs, such as our `init_neighbor_loader_worker` function.
Contributor guide
Assessment
This issue has not been assessed yet.