We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d20372c commit 70837a2Copy full SHA for 70837a2
README.md
@@ -6,9 +6,9 @@ Create synthetic datasets from scratch.
6
## Installation
7
8
```bash
9
-git clone https://gitlab-master.nvidia.com/jogreco/data-designer.git
10
-cd data-designer
11
-uv sync
+git clone https://github.com/NVIDIA-NeMo/DataDesigner.git
+cd DataDesigner
+make install
12
```
13
14
Test your installation:
0 commit comments