Skip to content

Commit

Permalink
import fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Ananth Subramaniam <[email protected]>
  • Loading branch information
ananthsub committed Dec 10, 2024
1 parent a0af896 commit f313d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nemo/utils/callbacks/dist_ckpt_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
from lightning.pytorch import Callback
from lightning.pytorch.plugins.io.wrapper import _WrappingCheckpointIO

from nemo.lightning.ckpt_utils import preprocess_common_state_dict_before_consistency_check
from nemo.utils import logging
from nemo.utils.dist_checkpointing import preprocess_common_state_dict_before_consistency_check

try:
from megatron.core import dist_checkpointing
Expand Down

0 comments on commit f313d18

Please sign in to comment.