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 torchtnt example and test (#944)
Summary:
Pull Request resolved: #944
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 torchtnt as well.
Deprecation message from PyTorch:
https://github.com/pytorch/pytorch/blob/main/torch/distributed/_composable/fully_shard.py#L41-L48
Reviewed By: fegin
Differential Revision: D65702749
fbshipit-source-id: a755fe4f0c7800184d62d958466445e313ceb796
0 commit comments