-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
Currently in different places of code and docs these things are named differently:
- replica groups are sometimes called replicas (and replica_id sometimes means replica_group_id, replica_rank means replica_group_rank)
- replicas sometimes mean workers, but sometimes they mean replica groups
- etc.
Examples of the terminology problem:
https://github.com/pytorch/torchft/blob/abc660b6a60b015dbff2a591508d1b4932ab20fa/torchft/torchx.py#L64
https://github.com/pytorch/torchft/blob/abc660b6a60b015dbff2a591508d1b4932ab20fa/torchft/torchx.py#L69
https://github.com/pytorch/torchft/blob/abc660b6a60b015dbff2a591508d1b4932ab20fa/src/manager.rs#L391
What can be done:
- define unified terminology for the key objects
- update docs and code to be aligned
Metadata
Metadata
Assignees
Labels
No labels