Skip to content

Commit 9aca5fb

Browse files
committed
main readme updates
Signed-off-by: Johnny Greco <[email protected]>
1 parent e3ddb7b commit 9aca5fb

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

nemo/NeMo-Data-Designer/README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# 🎨 NeMo Data Designer Tutorial Notebooks
22

3-
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.
44

55
## 📦 Set Up the Environment
66

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/).
88

99
Once you have `uv` installed, be sure you are in the `Nemo-Data-Designer` directory and run the following command:
1010

@@ -22,27 +22,26 @@ Be sure to select this virtual environment as your kernel when running the noteb
2222

2323
## 🚀 Deploying the NeMo Data Designer Microservice
2424

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.
2626

2727
You have two deployment options:
2828

29-
3029
### 🐳 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.
3331

3432
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.
3533

3634

37-
### ⚙️ Using the NeMo Data Designer Managed Service
35+
### ⚙️ Managed Service
3836
We have a [managed service of NeMo Data Designer](https://build.nvidia.com/nemo/data-designer) to help you get started quickly.
3937

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 long running 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.
4139

4240

4341
## 📚 Tutorial Directory
4442

4543
#### Self-hosted tutorials:
46-
- [Getting Started](./self-hosted-tutorials/getting-started/)
4744

48-
- [Community Contributions](./self-hosted-tutorials/community-contributions/)
45+
- [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

Comments
 (0)