Skip to content

Commit

Permalink
unused import
Browse files Browse the repository at this point in the history
Signed-off-by: Maanu Grover <[email protected]>
  • Loading branch information
maanug-nv committed Aug 3, 2023
1 parent ee8accb commit 3408fc8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
import torch.multiprocessing as mp
from megatron_trainer_builder import MegatronBertTrainerBuilder
from omegaconf.omegaconf import OmegaConf, open_dict
from pytorch_lightning.trainer.connectors.checkpoint_connector import CheckpointConnector

from nemo.collections.nlp.models.language_modeling.megatron_bert_model import MegatronBertModel
from nemo.core.config import hydra_runner
Expand Down
1 change: 0 additions & 1 deletion examples/nlp/language_modeling/megatron_t5_pretraining.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

from megatron_trainer_builder import MegatronT5TrainerBuilder
from omegaconf.omegaconf import OmegaConf, open_dict
from pytorch_lightning.trainer.connectors.checkpoint_connector import CheckpointConnector

from nemo.collections.nlp.models.language_modeling.megatron_t5_model import MegatronT5Model
from nemo.core.config import hydra_runner
Expand Down

0 comments on commit 3408fc8

Please sign in to comment.