Skip to content

fix: address review feedback for submit-only migration - #1383

Open
mckornfield wants to merge 2 commits into
remove-local-run-execution/rsadlerfrom
remove-local-run-execution/rsadler-mck
Open

fix: address review feedback for submit-only migration#1383
mckornfield wants to merge 2 commits into
remove-local-run-execution/rsadlerfrom
remove-local-run-execution/rsadler-mck

Conversation

@mckornfield

Copy link
Copy Markdown
Contributor

No description provided.

Clean up incomplete run→submit search/replace leftovers in docs and
author skills, restore critical submit CLI regression tests, and fix
invalid submit_remote(sdk=...) examples after rebasing onto main.

Signed-off-by: Matt Kornfield <mkornfield@nvidia.com>
@mckornfield
mckornfield requested review from a team as code owners August 18, 2026 20:46
@github-actions github-actions Bot added the fix label Aug 18, 2026
Comment on lines +34 to +36
The same configuration source is used with `submit`. Resource choices determine whether it is compatible with NeMo Services execution; see [Execution Modes](/documentation/design-synthetic-data/execution-modes).

`run` executes the Data Designer workload locally, in the CLI process. This can be fully local, but it is not an offline-only mode. A local run can still use the Files API, Secrets API, and Inference Gateway API from a running NeMo Services cluster when the configuration references the corresponding resources.
## Submit Versus Platform Execution

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These don't make sense semantically

<a id="data-designer-cli"></a>

The NeMo Data Designer plugin adds the `nemo data-designer` command group. Use it to execute Data Designer workloads locally in the CLI process or submit them to NeMo Services.
The NeMo Data Designer plugin adds the `nemo data-designer` command group. Use it to submit preview and create workloads to NeMo Services.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably makes more sense something like...

Use it to generate high-quality synthetic data on NeMo Platform.

(Side note, I see "NeMo Services" already exists... is that a legit proper noun?)

Comment on lines -43 to -44
| `preview submit` | Local CLI process | Optional |
| `create submit` | Local CLI process | Optional |

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol at this table as it exists on the target branch, just totally borked. But also this entire table is pointless now, since the platform services (again that "NeMo Services" noun!) are always required.

@github-actions

Copy link
Copy Markdown
Contributor

…iders

Clarify that local file/DataFrame seeds remain library-valid but not on
the platform path, and that remote validate/submit is IGW-provider-only.

Signed-off-by: Matt Kornfield <mkornfield@nvidia.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants