Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
Signed-off-by: Abhishree <[email protected]>
  • Loading branch information
athitten committed Feb 4, 2025
1 parent d637242 commit 249d49f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nemo/lightning/megatron_parallel.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ def __init__(
convert_module_fn: Optional[Callable[[ModelT], nn.Module]] = None,
) -> None:
from megatron.core import parallel_state
from megatron.core.tensor_parallel import set_defaults_if_not_set_tensor_model_parallel_attributes

_pipeline: List[nn.Module]
if isinstance(pipeline, nn.ModuleList):
Expand Down

0 comments on commit 249d49f

Please sign in to comment.