You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This directory contains the tutorial notebooks for getting started with NeMo Data Designer.
3
+
This directory contains tutorial notebooks for getting started with NeMo Data Designer.
4
4
5
5
## 📦 Set Up the Environment
6
6
7
-
We will use the `uv` package manager to set up our environment and install the necessary dependencies. If you don't have `uv` installed, you can follow the installation instructions from the [uv documentation](https://docs.astral.sh/uv/getting-started/installation/).
7
+
We will use the `uv` package manager to set up our environment and install the necessary dependencies. If you don't have `uv` installed, follow the installation instructions from the [uv documentation](https://docs.astral.sh/uv/getting-started/installation/).
8
8
9
9
Once you have `uv` installed, be sure you are in the `Nemo-Data-Designer` directory and run the following command:
10
10
@@ -22,27 +22,26 @@ Be sure to select this virtual environment as your kernel when running the noteb
22
22
23
23
## 🚀 Deploying the NeMo Data Designer Microservice
24
24
25
-
To run the tutorial notebooks in this repository, you'll need the NeMo Data Designer microservice.
25
+
To run the tutorial notebooks in this repository, you'll need access to a running instance of the NeMo Data Designer microservice.
26
26
27
27
You have two deployment options:
28
28
29
-
30
29
### 🐳 Self-Hosted Deployment
31
-
32
-
You can deploy the NeMo Data Designer microservice locally via Docker Compose.
30
+
Deploy the NeMo Data Designer microservice locally via Docker Compose.
33
31
34
32
Please see the [Installation Options](https://docs.nvidia.com/nemo/microservices/latest/design-synthetic-data-from-scratch-or-seeds/index.html#installation-options) section of the [NeMo Data Designer documentation](https://docs.nvidia.com/nemo/microservices/latest/design-synthetic-data-from-scratch-or-seeds/index.html) for more information.
35
33
36
34
37
-
### ⚙️ Using the NeMo Data Designer Managed Service
35
+
### ⚙️ Managed Service
38
36
We have a [managed service of NeMo Data Designer](https://build.nvidia.com/nemo/data-designer) to help you get started quickly.
39
37
40
-
**Note**: This managed service of NeMo Data Designer is intended to only help you get started. As a result, it can only be used to launch `preview` jobs. It can **not** be used to launch longrunning jobs. If you need to launch long-running jobs please deploy an instance of NeMo Data Designer locally.
38
+
**Note**: This managed service can only be used to launch `preview` jobs. It can **not** be used to launch long-running jobs. If you need to launch long-running jobs please deploy an instance of NeMo Data Designer locally.
-[Getting Started](./self-hosted-tutorials/getting-started): Learn the foundations of generating synthetic data with Data Designer.
46
+
47
+
-[Community Contributions](./self-hosted-tutorials/community-contributions/): Explore diverse use cases and advanced features in community-contributed notebooks.
0 commit comments