Unverified Commit ee647b97 authored by Min Xu's avatar Min Xu Committed by GitHub
Browse files

minor cleanup (#1091)


Co-authored-by: default avatarMin Xu <min.xu.public@gmail.com>
parent f5e727cc
......@@ -318,13 +318,6 @@ class FullyShardedDataParallel(nn.Module):
gradient_predivide_factor: Optional[float] = None,
allow_reset_parameters: bool = False,
):
try:
import torch._C
torch._C._log_api_usage_once("fairscale.fsdp")
except ImportError:
pass
init_start = time.time()
super().__init__()
self.process_group = process_group or get_process_group_cached()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment