Skip to content

Commit

Permalink
isort fix
Browse files Browse the repository at this point in the history
Signed-off-by: Zeeshan Patel <[email protected]>
  • Loading branch information
Zeeshan Patel committed Nov 9, 2024
1 parent f477c30 commit 654b7b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nemo/collections/diffusion/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
)
from nemo.collections.multimodal.data.energon.base import SimpleMultiModalDataModule
from nemo.lightning.pytorch.callbacks import ModelCheckpoint, PreemptionCallback
from nemo.lightning.pytorch.callbacks.nsys import NsysCallback
from nemo.lightning.pytorch.callbacks.megatron_comm_overlap import MegatronCommOverlapCallback
from nemo.lightning.pytorch.callbacks.model_transform import ModelTransform
from nemo.lightning.pytorch.callbacks.nsys import NsysCallback
from nemo.lightning.pytorch.strategies.utils import RestoreConfig
from nemo.utils.exp_manager import TimingCallback

Expand Down

0 comments on commit 654b7b6

Please sign in to comment.