cranky-coder08's picture
Add files using upload-large-folder tool
f4cade0 verified
"""
NOTE: torch.distributed._tensor has been moved to torch.distributed.tensor.
The imports here are purely for backward compatibility. We will remove these
imports in a few releases
TODO: throw warnings when this module imported
"""
from torch.distributed.tensor._api import * # noqa: F401, F403