Skip to content

docs(starter-prompt): improve guided installation - #6990

Merged
cv merged 7 commits into
mainfrom
codex/docs-station-express-starter-prompt
Jul 16, 2026
Merged

docs(starter-prompt): improve guided installation#6990
cv merged 7 commits into
mainfrom
codex/docs-station-express-starter-prompt

Conversation

@miyoungc

@miyoungc miyoungc commented Jul 16, 2026

Copy link
Copy Markdown
Collaborator

Summary

The copyable starter prompt now guides a non-technical user through an end-to-end NemoClaw installation one question at a time, without leaving interactive terminal menus running or exposing credentials. It retains the DGX Station Express mapping while adding complete platform readiness, provider, messaging, approval, sudo, Ollama, credential-helper, and documentation-discovery guidance.

Changes

  • Point coding agents to official Markdown documentation examples for OpenClaw, Hermes, and LangChain Deep Agents Code, and suggest the NemoClaw docs MCP server when supported.
  • Collect the operating system, agent, readiness evidence, provider, model, sandbox, web search, messaging, policy, credential, download, administrator-access, and final-install decisions one at a time.
  • Reproduce Express outcomes non-interactively: use the installed release's maintained Spark model, pin the Station Nemotron Ultra recipe with its approximately 352 GB and Deferred-validation warnings, and preserve the Windows WSL path.
  • Offer existing vLLM, platform- and agent-eligible Ollama, managed vLLM, OpenRouter, hosted providers, Model Router, and compatible endpoints without starting duplicate local servers.
  • Preserve the immutable credential-helper and form pins, complete one-time URL, same-port loopback SSH forwarding, single-submission boundary, approved absolute command, account-home scope, and verified-installer requirement.
  • Define safe sudo behavior, first-build messaging configuration, policy and integration ordering, separate download/notice/final approvals, and outcome verification.
  • Add regression coverage for credential URL handling, sudo behavior, Ollama eligibility, Express model behavior, approval timing, provider mappings, documentation links, and Deep Agents selection.
  • #6875 -> docs/resources/starter-prompt.md: Reflect DGX Station GB300 firmware detection in the starter decision flow.
  • #6883 -> docs/resources/starter-prompt.md: Preserve the merged Station Nemotron Ultra Express selectors and explicit non-interactive equivalent.

Type of Change

  • Code change (feature, bug fix, or refactor)
  • Code change with doc updates
  • Doc only (prose changes, no code sample modifications)
  • Doc only (includes code sample changes)

Quality Gates

  • Tests added or updated for changed behavior — starter-prompt contracts cover credential, sudo, Ollama, provider, Express, approval, documentation-link, and agent-selection behavior.
  • Existing tests cover changed behavior — justification:
  • Tests not applicable — justification:
  • Docs updated for user-facing behavior changes
  • Docs not applicable — justification:
  • Sensitive paths changed (security, policy, credentials, preflight, onboarding, inference, runner, sandbox, or messaging)
  • Sensitive-path review completed or maintainer-approved waiver recorded — implementation-backed review found no remaining must-fix findings; helper pins, focused tests, and docs validation pass.
  • Non-success, skipped, or missing CI check accepted by maintainer — check name, approval link, and follow-up issue:

Verification

  • PR description includes a Signed-off-by: line and every commit appears as Verified in GitHub
  • Normal pre-commit, commit-msg, and pre-push hooks passed, or npm run check:diff passed when hooks were skipped or unavailable
  • Targeted behavior tests pass for the current change set, or tests are marked not applicable above — npx vitest run test/starter-prompt-docs.test.ts test/changelog-docs.test.ts passed 18 tests in 2 files.
  • Applicable broad gate passed — npm test for broad runtime/test-harness changes; npm run check for repo-wide validation/coverage changes — not run for this documentation-only change.
  • Quality Gates section completed with required justifications or waivers
  • No secrets, API keys, or credentials committed
  • npm run docs builds without warnings (doc changes only) — passed with zero errors and two existing Fern warnings.
  • Doc pages follow the style guide (doc changes only)
  • New doc pages include SPDX header and frontmatter (new pages only)

Signed-off-by: Miyoung Choi miyoungc@nvidia.com
Signed-off-by: San Dang sdang@nvidia.com

Summary by CodeRabbit

  • Documentation

    • Reworked the starter onboarding prompt into a stricter step-by-step flow with one-question-at-a-time sequencing, including standardized goal/agent selection and streamlined docs entry points.
    • Expanded “Express Install” paths (Windows WSL and DGX Spark/Station) and updated platform readiness checks, runtime/provider selection, and local model guidance.
    • Significantly tightened security for credentials and SSH tunnels with immutable trust-boundary rules, preview/edit/confirm behavior, and stricter policy/approval/checklists.
  • Tests

    • Updated and expanded starter-prompt documentation tests for redacted key placeholders and stronger security/eligibility/onboarding wording assertions.

Signed-off-by: Carlos Villela cvillela@nvidia.com

@miyoungc miyoungc added the area: docs Documentation, examples, guides, or docs build label Jul 16, 2026
@miyoungc miyoungc self-assigned this Jul 16, 2026
@copy-pr-bot

copy-pr-bot Bot commented Jul 16, 2026

Copy link
Copy Markdown

Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually.

Contributors can view more details about this message here.

@coderabbitai

coderabbitai Bot commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: 1e2a5f97-0a3c-4591-ac2f-ab5fe441f377

📥 Commits

Reviewing files that changed from the base of the PR and between ae1748f and e12e48f.

📒 Files selected for processing (2)
  • docs/resources/starter-prompt.md
  • test/starter-prompt-docs.test.ts
🚧 Files skipped from review as they are similar to previous changes (2)
  • test/starter-prompt-docs.test.ts
  • docs/resources/starter-prompt.md

📝 Walkthrough

Walkthrough

The starter prompt now defines prescriptive onboarding for platform readiness, installation, runtime selection, credential capture, messaging, approvals, and verification. Tests enforce the revised security rules, provider eligibility, placeholders, and documentation references.

Changes

Starter prompt onboarding flow

Layer / File(s) Summary
Platform and installation paths
docs/resources/starter-prompt.md
Adds interaction gating, agent selection, hardware checks, administrator-access rules, DGX Express Install paths, and Windows WSL installation guidance.
Provider and runtime selection
docs/resources/starter-prompt.md
Updates platform-aware provider choices, local model documentation, non-interactive provisioning, and provider mappings.
Credential, messaging, and verification flow
docs/resources/starter-prompt.md
Tightens credential-helper and SSH handling, defines onboarding messaging, adds approval gates, and updates verification and documentation guidance.
Starter prompt content validation
test/starter-prompt-docs.test.ts
Updates assertions for placeholders, credential boundaries, remote credentials, Ollama eligibility, messaging and policy behavior, and Deep Agents documentation links.

Estimated code review effort: 3 (Moderate) | ~20 minutes

Possibly related PRs

  • NVIDIA/NemoClaw#6894: Both update the canonical starter prompt and its associated validation tests.

Suggested labels: area: onboarding, platform: dgx-spark

Suggested reviewers: cv

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title is concise and clearly matches the main change: a guided installation/onboarding update for the starter prompt.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/docs-station-express-starter-prompt

Comment @coderabbitai help to get the list of available commands.

@github-actions

Copy link
Copy Markdown
Contributor

@miyoungc miyoungc changed the title docs(installer): map Station express selection docs(installer prompt): map Station express selection Jul 16, 2026
@github-actions

github-actions Bot commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

PR Review Advisor — Informational

Advisor assessment: Informational / high confidence
Next action: No advisor follow-up needed.
Findings: 0 blockers · 0 warnings · 0 suggestions
Status: No actionable findings remain in the canonical review ledger.

Model lanes

  • GPT-5.6 Terra (primary): Completed · high confidence · 0 blockers · 0 warnings · 0 suggestions
  • Nemotron 3 Ultra (second opinion): Completed · high confidence · 0 blockers · 0 warnings · 0 suggestions
  • Model comparison: normalized findings match; normalized E2E selections differ; severity counts match.

Nemotron output stays in workflow artifacts and does not change the assessment above.

E2E guidance

Advisory only. E2E / PR Gate selects and runs jobs independently.

Recommended E2E: None

1 optional E2E recommendation
  • docs-validation

Workflow run details

This automated review informs maintainers. Warnings and suggestions do not require a response. A maintainer decides whether to merge.

Signed-off-by: Miyoung Choi <miyoungc@nvidia.com>
@github-code-quality

github-code-quality Bot commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

Code Coverage Overview

Languages: TypeScript

TypeScript / code-coverage/plugin

The overall coverage remains at 96%, unchanged from the main branch.

TypeScript / code-coverage/cli

The overall coverage in the codex/docs-station-e... branch remains at 80%, unchanged from the main branch.

Show a code coverage summary of the most impacted files.
File main c1bda80 codex/docs-station-e... e12e48f +/-
src/lib/state/gateway.ts 93% 91% -2%
src/lib/adapter...shell/client.ts 83% 85% +2%

Updated July 16, 2026 07:46 UTC
Code Coverage is in Public Preview. Learn more and provide us with your feedback.

Signed-off-by: San Dang <sdang@nvidia.com>
@sandl99 sandl99 changed the title docs(installer prompt): map Station express selection docs(starter-prompt): improve guided installation Jul 16, 2026
@sandl99 sandl99 self-assigned this Jul 16, 2026
Signed-off-by: Miyoung Choi <miyoungc@nvidia.com>
@miyoungc
miyoungc marked this pull request as ready for review July 16, 2026 05:31

@coderabbitai coderabbitai Bot left a comment

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.

Actionable comments posted: 2

🧹 Nitpick comments (1)
docs/resources/starter-prompt.md (1)

189-203: 🗄️ Data Integrity & Integration | 🔵 Trivial | ⚡ Quick win

Clarify the managed vLLM mapping for DGX Spark and DGX Station. The Spark Express flow intentionally leaves NEMOCLAW_VLLM_MODEL unset, while DGX Station Express pins nvidia/NVIDIA-Nemotron-3-Ultra-550B-A55B-NVFP4; spell out both cases instead of saying “required Express model.”

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@docs/resources/starter-prompt.md` around lines 189 - 203, Update the “Managed
vLLM” entry in the provider mapping to distinguish DGX Spark, where
NEMOCLAW_VLLM_MODEL remains unset, from DGX Station, where Express setup pins
nvidia/NVIDIA-Nemotron-3-Ultra-550B-A55B-NVFP4. Replace the vague “required
Express model” wording with these explicit platform-specific behaviors.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@docs/resources/starter-prompt.md`:
- Around line 29-31: Update the Goal section and corresponding messaging
instructions to make messaging in the first sandbox conditional on the selected
agent supporting messaging; preserve the existing Deep Agents exception and
avoid requiring messaging for unsupported agents.
- Around line 94-100: Update the Express installation policy flow so it does not
ask users to choose among policy tiers when the flow always sets
NEMOCLAW_POLICY_TIER=balanced. Clearly state that Balanced is required for
Express and continue using the fixed balanced value; apply this consistently to
both Express paths, including the later policy flow.

---

Nitpick comments:
In `@docs/resources/starter-prompt.md`:
- Around line 189-203: Update the “Managed vLLM” entry in the provider mapping
to distinguish DGX Spark, where NEMOCLAW_VLLM_MODEL remains unset, from DGX
Station, where Express setup pins
nvidia/NVIDIA-Nemotron-3-Ultra-550B-A55B-NVFP4. Replace the vague “required
Express model” wording with these explicit platform-specific behaviors.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: af6f6a25-2541-4ac5-890f-50d70a86c0e3

📥 Commits

Reviewing files that changed from the base of the PR and between 3bc9620 and 726609a.

📒 Files selected for processing (2)
  • docs/resources/starter-prompt.md
  • test/starter-prompt-docs.test.ts

Comment thread docs/resources/starter-prompt.md Outdated
Comment thread docs/resources/starter-prompt.md Outdated
@sandl99 sandl99 added the area: install Install, setup, prerequisites, or uninstall flow label Jul 16, 2026

@coderabbitai coderabbitai Bot left a comment

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.

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
docs/resources/starter-prompt.md (1)

164-179: 🔒 Security & Privacy | 🟠 Major | ⚡ Quick win

Add an explicit SHA-256 check for the helper before execution.
The prompt should tell the agent to hash both downloaded files and compare them to the pinned digests before running the helper. The helper already checks the form digest, but it does not protect its own bytes, so a tampered helper could still run first.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@docs/resources/starter-prompt.md` around lines 164 - 179, Update the
instructions around the helper and form trust boundary to explicitly require
computing the SHA-256 digest of both downloaded files and comparing each against
its pinned digest before executing the helper. Require stopping and deleting the
temporary files if either check fails, ensuring the helper itself is verified
before it runs.

Source: MCP tools

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Outside diff comments:
In `@docs/resources/starter-prompt.md`:
- Around line 164-179: Update the instructions around the helper and form trust
boundary to explicitly require computing the SHA-256 digest of both downloaded
files and comparing each against its pinned digest before executing the helper.
Require stopping and deleting the temporary files if either check fails,
ensuring the helper itself is verified before it runs.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: 3755e4f4-e0cc-47ee-a7ae-2fdccd522f7b

📥 Commits

Reviewing files that changed from the base of the PR and between 726609a and ae1748f.

📒 Files selected for processing (2)
  • docs/resources/starter-prompt.md
  • test/starter-prompt-docs.test.ts
🚧 Files skipped from review as they are similar to previous changes (1)
  • test/starter-prompt-docs.test.ts

Signed-off-by: Carlos Villela <cvillela@nvidia.com>

@cv cv left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Reviewed exact head e12e48f against current base c1bda80. The starter prompt now matches existing supported agent/Express behavior, explicitly verifies both pinned credential-helper artifacts before execution, and has focused contract coverage. All current checks are green, both advisor lanes and CodeRabbit have no remaining actionable findings, the docs build passed, and DCO/Verified gates pass.

@cv
cv merged commit 34e30ab into main Jul 16, 2026
83 of 84 checks passed
@cv
cv deleted the codex/docs-station-express-starter-prompt branch July 16, 2026 08:12
cv added a commit that referenced this pull request Aug 13, 2026
## Summary

A Windows checkout with `core.autocrlf=true` rewrites tracked text files
to CRLF, so repository checks fail before a contributor changes
anything. `.gitattributes` sets no line-ending rule, so Git converts
every text file in the repository.

This sets `* text=auto eol=lf`, which gives every tracked text file LF
on every checkout.

## Related Issue

Fixes #8648

## Changes

- `.gitattributes`: `* text=auto eol=lf`.
- `CONTRIBUTING.md`: how to re-check-out an existing Windows clone, next
to the existing `core.hooksPath` note. Git converts a file when it
copies that file out of the index, not when `.gitattributes` changes, so
a clone made before this rule keeps its CRLF bytes.

The current-main merge updates `test/starter-prompt-docs.test.ts` to
verify the repository-wide LF attribute contract.

### Why a repository-wide rule and not per-file rules

The issue proposes a rule for the starter-prompt source. That file is
one of many. These checks all compare a tracked file byte-for-byte
against a pinned digest, or reject a carriage return:

- `scripts/generate-starter-prompt.mts:19` rejects any carriage return.
- `scripts/checks/local-credential-helper-pin.mts:66` compares the
SHA-256 of the working-tree bytes.
- `test/starter-prompt-docs.test.ts:731` byte-compares each prompt asset
with its pinned Git blob.
- `test/hermes-final-image-layout.test.ts:502` compares 16 SHA-256
digests with the values `agents/hermes/Dockerfile` declares.
- `test/mcp-tool-discovery-image-contract.test.ts:306` pins four
reviewed runtime bundle digests.

There are more. `scripts/audit-reviewed-npm-graph.mts:265` digests
reviewed npm lockfiles, `tools/e2e/workflow-boundary-policy.mts:4` pins
workflow action and script content, and
`test/e2e-fixture-dependency-review.test.ts` and
`test/langchain-deepagents-code-image.test.ts` pin image fixtures. The
Verification section shows those failing on a CRLF checkout too.

An enumerated list was written first and reviewed; the review found 18
files the list had missed. A list that must name every pinned file is
wrong the moment someone pins a new one, and a check built on that list
cannot detect the omission. One rule covers all of them and every future
one.

### Why this is safe

- `text=auto` keeps Git's own binary detection. `git ls-files --eol`
reports the same 110 binary files before and after the rule, so no
binary file is touched.
- No tracked file holds CRLF or mixed line endings today: `git ls-files
--eol` reports 0 `i/crlf` and 0 `i/mixed`. The rule therefore normalizes
no content and produces no renormalization commit.
- The existing `linguist-generated`, `diff=markdown`, and `-diff` rules
still resolve. `git check-attr` confirms this for the bundle and skills
paths.

One behavior change worth naming: `scripts/bootstrap-windows.ps1` and
`tools/wsl/ci-helper.ps1` will check out with LF on Windows instead of
CRLF. Both are already LF in the index and on every Linux and macOS
checkout today. PowerShell runs LF scripts.

## Type of Change

- [ ] Code change (feature, bug fix, or refactor)
- [x] Code change with doc updates
- [ ] Doc only (prose changes, no code sample modifications)
- [ ] Doc only (includes code sample changes)

## Quality Gates

- [x] Tests added or updated for changed behavior
- [ ] Existing tests cover changed behavior — justification:
- [ ] Tests not applicable — justification:
- [x] Docs updated for user-facing behavior changes — `CONTRIBUTING.md`
gains the existing-Windows-clone remediation. No `docs/` page changes:
no public API, CLI, configuration, default, error, or product behavior
changes, and no tracked content changes.
- [ ] Docs not applicable — justification:
- [x] Sensitive paths changed (security, policy, credentials, preflight,
onboarding, inference, runner, sandbox, or messaging)
- [x] Sensitive-path review completed or maintainer-approved waiver
recorded — reviewer/approval link/justification:
#8657 (comment)
- [ ] Non-success, skipped, or missing CI check accepted by maintainer —
check name, approval link, and follow-up issue:

## Documentation Writer Review

- [x] Documentation writer subagent reviewed the completed changes
- Result: `docs-updated`
- Evidence: `CONTRIBUTING.md` documents the existing-Windows-clone
remediation and requires a clean worktree before `git reset --hard`.
`.gitattributes` preserves Git binary detection while assigning LF to
tracked text. `test/starter-prompt-docs.test.ts` verifies the
repository-wide attribute contract. No public docs page changes because
this affects contributor checkout behavior.
- Agent: Codex Desktop documentation writer
<!-- docs-review-head-sha: b1bee67 -->
<!-- docs-review-agents-blob-sha: c4923a3 -->

## Verification

Two real clones with `core.autocrlf=true`, one at base `8096cdd7b` and
one at this commit.

Tracked files that check out with CRLF:

```text
before @ 8096cdd: 5052
after on branch:       0
```

Repository checks:

```text
                            before  after
docs:sync-starter-prompt    exit 1  exit 0   ("use LF line endings")
checks:repository           exit 1  exit 0
```

Pinned-digest suites in the same two trees, `--no-file-parallelism`:

```text
npx vitest run --project integration --no-file-parallelism \
  test/hermes-final-image-layout.test.ts test/mcp-tool-discovery-image-contract.test.ts \
  test/starter-prompt-docs.test.ts test/e2e-fixture-dependency-review.test.ts

before: 27 failed
after:   0 failed
```

Every one of the 27 failures is fixed, and none fails in both trees.
They include `keeps security entrypoint hashes synchronized with the
copied files`, `pins the reviewed image runtime artifacts exactly`,
`keeps local prompt assets byte-aligned with their pinned revision blobs
(#6990)`, and `rejects a cache seed that does not match the lockfile
integrity`.

On the rebased tree, every tracked text file resolves the rule:

```text
git ls-files --eol | awk '$1=="i/lf"{sub(/^[^\t]*\t/,""); print}' \
  | git check-attr --stdin eol | grep -vc ': eol: lf$'
0
```

Index forms are unchanged by the rule: 5140 `i/lf`, 110 `i/-text`, 3
`i/none`, 3 empty.

`npm run checks:repository`, `npm run typecheck:cli`, `npx
@biomejs/biome check`, and `npm run docs` all pass.

Limits, stated plainly:

- The Windows behavior is proven by a `core.autocrlf=true` checkout on
macOS, not on a Windows host. `core.autocrlf` is the setting that
performs the conversion and it behaves the same on every platform.
- An existing Windows working tree that already holds CRLF is not
rewritten by pulling this commit. `CONTRIBUTING.md` gives the fix, but
the commit cannot repair a working tree by itself.
- `.github/workflows/wsl-e2e.yaml:33` and
`.github/workflows/platform-vitest-main.yaml:174` already set
`core.autocrlf false`. Those lines are now redundant. They are left in
place because they are harmless and removing them is a separate
decision.

- [x] PR description includes a `Signed-off-by:` line and every commit
appears as `Verified` in GitHub
- [x] Normal `pre-commit`, `commit-msg`, and `pre-push` hooks passed
- [x] Targeted behavior tests pass for the current change set — the
normal pre-commit hook passed repository checks after the
attribute-contract test update.
- [ ] Applicable broad gate passed — `npm test` for broad
runtime/test-harness changes; `npm run check` for repo-wide
validation/coverage changes — command/result:
- [x] Quality Gates section completed with required justifications or
waivers
- [x] No secrets, API keys, or credentials committed
- [ ] `npm run docs` builds without warnings — the build completed with
0 errors and 2 existing Fern warnings
- [ ] Doc pages follow the style guide (doc changes only)
- [ ] New doc pages include SPDX header and frontmatter (new pages only)

---
Signed-off-by: Harjoth Khara <harjoth.khara@gmail.com>


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

* **Documentation**
* Added Windows-specific guidance for restoring consistent LF line
endings in local checkouts.
* Included steps to preserve local changes, verify a clean working tree,
and safely reset files.

* **Chores**
* Standardized tracked text files to use LF line endings while
preserving binary-file handling across the repository.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->

---------

Signed-off-by: harjoth <harjoth.khara@gmail.com>
Signed-off-by: Apurv Kumaria <akumaria@nvidia.com>
Signed-off-by: Carlos Villela <cvillela@nvidia.com>
Co-authored-by: Apurv Kumaria <akumaria@nvidia.com>
Co-authored-by: Carlos Villela <cvillela@nvidia.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: docs Documentation, examples, guides, or docs build area: install Install, setup, prerequisites, or uninstall flow

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants