Skip to content

Commit

Permalink
add missing import
Browse files Browse the repository at this point in the history
Signed-off-by: Evelina <[email protected]>
  • Loading branch information
ekmb committed Jul 19, 2023
1 parent 45ffd19 commit 92517ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nemo/collections/nlp/models/nlp_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import hashlib
import json
import os
from typing import Any, Optional
from typing import Any, Optional, Mapping

from omegaconf import DictConfig, OmegaConf
from pytorch_lightning import Trainer
Expand Down

0 comments on commit 92517ac

Please sign in to comment.