mirror of
https://github.com/NVIDIA-NeMo/DataDesigner
synced 2026-05-24 09:48:29 +00:00
|
|
||
|---|---|---|
| .. | ||
| src/data_designer/engine | ||
| tests | ||
| pyproject.toml | ||
| README.md | ||
data-designer-engine
Generation engine for NeMo Data Designer synthetic data generation framework.
This package contains the execution engine that powers Data Designer. It depends on data-designer-config and includes heavy dependencies like pandas, numpy, and native HTTP-based LLM integration.
Installation
pip install data-designer-engine
This automatically installs data-designer-config as a dependency.
See main README.md for more information.