You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove composable API's fully_shard from torchrec test (#2549)
Summary:
Pull Request resolved: #2549
The fully_shard name is now used by FSDP2 (torch.distributed._composable.fsdp.fully_shard) and the Composable API's fully_shard (torch.distributed._composable.fully_shard) is being deprecated. Therefore, we want to remove torch.distributed._composable.fully_shard from torchrec as well.
Deprecation message from PyTorch:
https://github.com/pytorch/pytorch/blob/main/torch/distributed/_composable/fully_shard.py#L41-L48
Reviewed By: fegin, iamzainhuda
Differential Revision: D65702643
fbshipit-source-id: 22494e5a6a201a32c86f571c7604383a2e3b3a02
0 commit comments