diff --git a/torch_xla/distributed/spmd/__init__.py b/torch_xla/distributed/spmd/__init__.py index d55a1ed6aaf..7f494b74c9d 100644 --- a/torch_xla/distributed/spmd/__init__.py +++ b/torch_xla/distributed/spmd/__init__.py @@ -3,7 +3,6 @@ XLAPatchedLinear, mark_sharding, clear_sharding, wrap_if_sharded, xla_patched_nn_linear_forward) from .api import xla_distribute_tensor, xla_distribute_module -from .debugging import visualize_tensor_sharding __all__ = [ "XLAShard",