Skip to content

Commit

Permalink
fixed the import bug, 5008113 (#441)
Browse files Browse the repository at this point in the history
Signed-off-by: viraman <[email protected]>
  • Loading branch information
vinay-raman authored Dec 19, 2024
1 parent 55854cc commit 026e63d
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@
from nemo_curator.synthetic import AsyncNemotronGenerator, NemotronGenerator
from nemo_curator.synthetic.generator import SyntheticDataGenerator

from .config.config import RetrieverEvalSDGConfig
config = importlib.import_module(
"tutorials.nemo-retriever-synthetic-data-generation.config.config"
)
RetrieverEvalSDGConfig = config.RetrieverEvalSDGConfig


# ----------------------------------------------------------------------------80
Expand Down

0 comments on commit 026e63d

Please sign in to comment.