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 c5f4867 commit a3d0a1cCopy full SHA for a3d0a1c
tutorials/synthetic/synthetic_data_generation_example.py
@@ -29,8 +29,8 @@
29
30
import pandas as pd
31
32
-from nemo_curator.models.client.openai_client import AsyncOpenAIClient
33
from nemo_curator.core.client import RayClient
+from nemo_curator.models.client.openai_client import AsyncOpenAIClient
34
from nemo_curator.pipeline import Pipeline
35
from nemo_curator.stages.synthetic.qa_multilingual_synthetic import QAMultilingualSyntheticStage
36
from nemo_curator.stages.text.filters.doc_filter import DocumentFilter
0 commit comments