We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55854cc commit 026e63dCopy full SHA for 026e63d
tutorials/nemo-retriever-synthetic-data-generation/retriever_evalset_generator.py
@@ -39,7 +39,10 @@
39
from nemo_curator.synthetic import AsyncNemotronGenerator, NemotronGenerator
40
from nemo_curator.synthetic.generator import SyntheticDataGenerator
41
42
-from .config.config import RetrieverEvalSDGConfig
+config = importlib.import_module(
43
+ "tutorials.nemo-retriever-synthetic-data-generation.config.config"
44
+)
45
+RetrieverEvalSDGConfig = config.RetrieverEvalSDGConfig
46
47
48
# ----------------------------------------------------------------------------80
0 commit comments